Skip to content

Commit

Permalink
Revert "Fix curly braces"
Browse files Browse the repository at this point in the history
This reverts commit f074b8e.
  • Loading branch information
remlapmot committed Oct 16, 2024
1 parent f074b8e commit c4cc77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _env:
#!/bin/bash
test -f .env && exit
echo "HOSTUID=$(id -u)" > .env
echo "HOSTPLATFORM=$(docker info -f '{{ lower .ClientInfo.Os }}')" >> .env
echo "HOSTPLATFORM=$(docker info -f '{{{{ lower .ClientInfo.Os }}')" >> .env

# lint source code
lint:
Expand Down

0 comments on commit c4cc77f

Please sign in to comment.