Skip to content

Commit

Permalink
Adjusting for docker windows (sotopia-lab#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahcha417 authored Oct 11, 2024
1 parent 78a8c27 commit 88fc3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sotopia/cli/install/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def install(

if use_docker:
try:
subprocess.check_output("command -v docker", shell=True)
subprocess.check_output("docker --version", shell=True)
except subprocess.CalledProcessError:
if system == "Darwin":
console.log(
Expand Down

0 comments on commit 88fc3a3

Please sign in to comment.