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

Commit 67c388a

Browse files
committed
typo
1 parent a272748 commit 67c388a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func NewCmdRoot() *cobra.Command {
103103
return
104104
}
105105

106-
if commandExists("docke") {
106+
if commandExists("docker") {
107107

108108
pull := exec.Command("docker", "pull", image)
109109
pull.Stdout = os.Stdout

0 commit comments

Comments
 (0)