Skip to content

Commit

Permalink
fix wrong option in setup-dev-env.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Yoshimoto <[email protected]>
  • Loading branch information
HansRobo committed Dec 6, 2023
1 parent 894fd0b commit a5e2e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fi

# Check installation of CUDA Drivers
if [ "$option_no_cuda_drivers" = "true" ]; then
ansible_args+=("--extra-vars" "install_cuda_drivers=false")
ansible_args+=("--extra-vars" "cuda_install_drivers=false")
fi

# Check installation of dev package
Expand Down

0 comments on commit a5e2e9b

Please sign in to comment.