Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kohbis committed May 11, 2020
1 parent a272748 commit 67c388a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func NewCmdRoot() *cobra.Command {
return
}

if commandExists("docke") {
if commandExists("docker") {

pull := exec.Command("docker", "pull", image)
pull.Stdout = os.Stdout
Expand Down

0 comments on commit 67c388a

Please sign in to comment.