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 = ""
|
relPath = ""
|
||||||
}
|
}
|
||||||
validScopes = append(validScopes,
|
validScopes = append(validScopes,
|
||||||
fmt.Sprintf("\"%s\"", relPath))
|
fmt.Sprintf("'%s'", relPath))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue
Block a user