Commit 34da74fc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d8939f4d
......@@ -180,7 +180,7 @@ func StartAllStructsSrv() (_ *AllStructsSrv, err error) {
}()
defer xerr.Contextf(&err, "invalid hello %q", hello)
if hello != "# allstructs.srv startQ" {
if hello != "# allstructs.srv start" {
return nil, fmt.Errorf("unexpected format")
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment