Skip to content

Commit a84121e

Browse files
committed
Updated docker.go
1 parent 291f18b commit a84121e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ func commandLoginEmail(login Login) *exec.Cmd {
204204
)
205205
}
206206

207-
// helper function to create the docker info command.
207+
// helper function to create the docker version command.
208208
func commandVersion() *exec.Cmd {
209-
return exec.Command(buildahExe, "--storage-driver", "vfs", "version")
209+
return exec.Command(buildahExe, "version")
210210
}
211211

212212
// helper function to create the docker info command.

0 commit comments

Comments
 (0)