diff --git a/cmd/joj3/conf/conf.go b/cmd/joj3/conf/conf.go index 1300dba..e0a332d 100644 --- a/cmd/joj3/conf/conf.go +++ b/cmd/joj3/conf/conf.go @@ -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