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 14394a3 commit a6ea809Copy full SHA for a6ea809
bin/config-version.sh
@@ -11,7 +11,7 @@ script_dir=$(dirname "$0")
11
for repo_dir in "${script_dir}/../.git" /tmp/g10k/environments/jquery-puppet.git/
12
do
13
if [ -d "$repo_dir" ]; then
14
- git --git-dir "${repo_dir}" log -1 --pretty='(%h) %cn - %s' -- "$1"
+ git --git-dir "${repo_dir}" log -1 --pretty='(%h) %cn - %s' "$1"
15
exit 0
16
fi
17
done
0 commit comments