Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aca committed Jan 24, 2020
1 parent e16d20f commit bc28041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubens/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {

err = kubens(query)
if err != nil {
log.Printf("Err: %s", err)
fmt.Printf("Err: %s", err)
os.Exit(1)
}
}
Expand Down

0 comments on commit bc28041

Please sign in to comment.