Skip to content

Commit e1b3d92

Browse files
committed
Update clone path
1 parent ad67c2d commit e1b3d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-dsb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ KUBERNETES_DIR="hotelReservation/kubernetes" # Path to the Kubernetes directory
1818
echo "setup deathstarbench in k8s"
1919

2020
# Clone the repository
21-
sudo bash -c "git clone $REPO_URL /local"
21+
sudo git clone $REPO_URL /local
2222

2323
# Pull hotelreservation docker images
2424
sudo docker pull $DOCKER_IMAGE

0 commit comments

Comments
 (0)