fix(cmd/joj3): use single quote for valid scopes
This commit is contained in:
parent
c30ed44633
commit
f785950053
|
@ -185,7 +185,7 @@ func ListValidScopes(confRoot, confName string) ([]string, error) {
|
|||
relPath = ""
|
||||
}
|
||||
validScopes = append(validScopes,
|
||||
fmt.Sprintf("\"%s\"", relPath))
|
||||
fmt.Sprintf("'%s'", relPath))
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue
Block a user