Skip to content

Commit e859ccc

Browse files
committed
linter fix
Signed-off-by: Grant Linville <grant@acorn.io>
1 parent 37f0195 commit e859ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/cliconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func ReadCLIConfig(gptscriptConfigFile string) (*CLIConfig, error) {
175175
case "linux":
176176
errMsg += fmt.Sprintf(" (use %s)", listAsString(linuxHelpers))
177177
default:
178-
errMsg += fmt.Sprintf(" (use file)")
178+
errMsg += " (use file)"
179179
}
180180
errMsg += fmt.Sprintf("\nPlease edit your config file at %s to fix this.", result.location)
181181

0 commit comments

Comments
 (0)