Skip to content

Commit

Permalink
Update makefile ref
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Apr 1, 2022
1 parent c84eb83 commit 3dccea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL := /usr/bin/env bash
release:
[ -d '../secrets' ] || git clone keybase://team/cucumberbdd/secrets ../secrets
git -C ../secrets pull
git checkout master && git pull
git checkout main && git pull
../secrets/update_permissions
docker run \
--volume "${shell pwd}":/app \
Expand Down

0 comments on commit 3dccea9

Please sign in to comment.