Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Jan 27, 2024
1 parent 8e37087 commit 1a40872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ run:
docker run --env LANG="$(LANG)" --interactive --publish-all --rm --security-opt seccomp=unconfined --tty --volume "$(PWD)":/home/ubuntu cs50/cli bash --login || true

squash: depends
docker images cs50/codespace
docker images cs50/cli
docker-squash --tag cs50/cli cs50/cli
docker images cs50/codespace
docker images cs50/cli

0 comments on commit 1a40872

Please sign in to comment.