Skip to content

Commit 257e2e0

Browse files
Fix indentation issue in root makefile
1 parent bcda0c1 commit 257e2e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ docker-run:
5959
--publish "6006:6006" \
6060
--volume "${shell pwd}":/app \
6161
--volume "${HOME}/.m2/repository":/home/cukebot/.m2/repository \
62-
--user 1000 \
62+
--user 1000 \
6363
--rm \
6464
--interactive \
6565
--tty \
@@ -84,7 +84,7 @@ docker-run-with-secrets:
8484
--volume "${shell pwd}/../secrets/codesigning.key":/home/cukebot/codesigning.key \
8585
--volume "${shell pwd}/../secrets/gpg-with-passphrase":/home/cukebot/gpg-with-passphrase \
8686
--env-file ../secrets/secrets.list \
87-
--user 1000 \
87+
--user 1000 \
8888
--rm \
8989
--interactive \
9090
--tty \

0 commit comments

Comments
 (0)