Skip to content

Commit

Permalink
Merge branch 'add-artifact-search'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chloe Hutchinson committed Sep 4, 2020
2 parents cc5e8ab + 3906f75 commit 84bf64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicommand/artifact_search.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ var ArtifactSearchCommand = cli.Command{
}

if len(artifacts) == 0 {
return cli.Exit(fmt.Sprintf("No matches found for %s", cfg.Query), 1)
return cli.Exit(fmt.Sprintf("No matches found for %q", cfg.Query), 1)
}

for _, artifact := range artifacts {
Expand Down

0 comments on commit 84bf64c

Please sign in to comment.