Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
Signed-off-by: debasishbsws <debasishbsws.dev@gmail.com>
  • Loading branch information
debasishbsws committed Sep 30, 2023
1 parent f7e1c87 commit df7b1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make-devenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ run_builder() {
}

run() {
docker run --rm --privileged -w /melage -v /var/run/docker.sock:/var/run/docker.sock \
docker run --rm --privileged -w /melange -v /var/run/docker.sock:/var/run/docker.sock \
-v "$(pwd)":/melange -ti ${IMAGE_TAG}:latest hack/make-devenv.sh setup
}

Expand Down

0 comments on commit df7b1e0

Please sign in to comment.