Skip to content

Commit 0c4e860

Browse files
committed
Fix typo
1 parent a422540 commit 0c4e860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build env="dev": _dotenv
2121
test -z "${SKIP_BUILD:-}" || { echo "SKIP_BUILD set"; exit 0; }
2222
# build the thing
2323
export BUILD_DATE=$(date -u +'%y-%m-%dT%H:%M:%SZ')
24-
export GITREF=$(Pgit rev-parse --short HEAD)
24+
export GITREF=$(git rev-parse --short HEAD)
2525
docker compose build --pull {{ env }}
2626

2727

0 commit comments

Comments
 (0)