Merge pull request #31946 from fate-grand-order/fixed
fix misspell in utils.go Upstream-commit: 93eaec90aa679d13c777efec59891a2ff325d571 Component: engine
This commit is contained in:
@@ -116,7 +116,7 @@ func extractBuilderFlags(line string) (string, []string, error) {
|
||||
return line[pos:], words, nil
|
||||
}
|
||||
|
||||
phase = inWord // found someting with "--", fall through
|
||||
phase = inWord // found something with "--", fall through
|
||||
}
|
||||
if (phase == inWord || phase == inQuote) && (pos == len(line)) {
|
||||
if word != "--" && (blankOK || len(word) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user