Skip to content

Commit

Permalink
chore: docs, style Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed Oct 7, 2024
1 parent 23d4b87 commit 49bd242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/substation/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and the current directory is used if no arg is provided.`,

// Catches an edge case where the user is looking for help.
if path == "help" {
fmt.Printf("warning: \"%s\" matched no files\n", path)
fmt.Printf("warning: %q matched no files\n", path)
return nil
}

Expand Down
2 changes: 1 addition & 1 deletion cmd/substation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func init() {
})
}

// buildFile returns JSON from a Jsonnet file.
// compileFile returns JSON from a Jsonnet file.
func compileFile(f string, extVars map[string]string) (string, error) {
vm := jsonnet.MakeVM()
for k, v := range extVars {
Expand Down

0 comments on commit 49bd242

Please sign in to comment.