Skip to content

Commit

Permalink
add filename to keys output
Browse files Browse the repository at this point in the history
  • Loading branch information
esilva-everbridge committed May 24, 2018
1 parent 2afb551 commit 6efc3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ func applyActionAndWrite(file string, action string, pk *pki.Pki, errChan chan e
}

if action == sls.Validate {
fmt.Printf("%s\n", buf.String())
fmt.Printf("%s:\n%s\n", s.FilePath, buf.String())
return 0
}

Expand Down

0 comments on commit 6efc3fa

Please sign in to comment.