Skip to content

Commit

Permalink
security list-keychains : verbose removed
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Dec 11, 2015
1 parent df8b903 commit 5da704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func main() {
printFatallnf(1, "Command failed, err: %s", err)
}

listKeychainsOut, err := runCommandAndReturnCombinedStdoutAndStderr("security", "-v", "list-keychains")
listKeychainsOut, err := runCommandAndReturnCombinedStdoutAndStderr("security", "list-keychains")
if err != nil {
PrintErrorlnf("Command failed, output: %s", listKeychainsOut)
printFatallnf(1, "Command failed, err: %s", err)
Expand Down

0 comments on commit 5da704a

Please sign in to comment.