Skip to content

Commit a85ce1f

Browse files
committed
Forgot new lines in commit c1d79a1
1 parent c1d79a1 commit a85ce1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/deploy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ printf "[2/4] Generating version information...\n"
8585
printf "$(git describe --always --tags)\n" \
8686
> ${SOURCE_DIRECTORY}/etc/.rsync-version
8787
# Version hash
88-
printf "$(git rev-parse HEAD)" \
88+
printf "$(git rev-parse HEAD)\n" \
8989
>> ${SOURCE_DIRECTORY}/etc/.rsync-version
9090
# Version ISO8601 timestamp
91-
printf "$(git log -n 1 --pretty='%aI' HEAD)" \
91+
printf "$(git log -n 1 --pretty='%aI' HEAD)\n" \
9292
>> ${SOURCE_DIRECTORY}/etc/.rsync-version
9393
# LICENSE version and ISO8601 timestamp
9494
printf "$(git log -n 1 --pretty='%h %aI' ./LICENSE.txt)" \

0 commit comments

Comments
 (0)