Skip to content

Commit 0a1eaf9

Browse files
committed
PR feedback: -g -> --global
1 parent d3b16fb commit 0a1eaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpLint.Client/FSharpLintToolLocator.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ let private runToolListCmd (Folder workingDir: Folder) (globalFlag: bool) : Resu
6868
let toolArguments =
6969
Option.ofObj (Environment.GetEnvironmentVariable "FSHARPLINT_SEARCH_PATH_OVERRIDE")
7070
|> Option.map(fun env -> $" --tool-path %s{env}")
71-
|> Option.defaultValue (if globalFlag then "-g" else String.Empty)
71+
|> Option.defaultValue (if globalFlag then "--global" else String.Empty)
7272

7373
ps.CreateNoWindow <- true
7474
ps.Arguments <- $"tool list %s{toolArguments}"

0 commit comments

Comments
 (0)