We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d79a1 commit a85ce1fCopy full SHA for a85ce1f
bin/deploy
@@ -85,10 +85,10 @@ printf "[2/4] Generating version information...\n"
85
printf "$(git describe --always --tags)\n" \
86
> ${SOURCE_DIRECTORY}/etc/.rsync-version
87
# Version hash
88
-printf "$(git rev-parse HEAD)" \
+printf "$(git rev-parse HEAD)\n" \
89
>> ${SOURCE_DIRECTORY}/etc/.rsync-version
90
# Version ISO8601 timestamp
91
-printf "$(git log -n 1 --pretty='%aI' HEAD)" \
+printf "$(git log -n 1 --pretty='%aI' HEAD)\n" \
92
93
# LICENSE version and ISO8601 timestamp
94
printf "$(git log -n 1 --pretty='%h %aI' ./LICENSE.txt)" \
0 commit comments