This commit is contained in:
Steve McCoy 2018-08-30 14:04:36 -04:00 committed by GitHub
parent 4886cd6b9d
commit 197d6861de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ func (p * PickerPlugin) parse(body string) (int, []string, error) {
rest = rest[len(subs[0]):]
}
if strings.TrimSpace(rest) = "}" {
if strings.TrimSpace(rest) != "}" {
return 0, nil, errors.New("lasso yerself that final curly brace, compadre")
}