Skip to content

Commit a6ea809

Browse files
supertassumgol
authored andcommittedNov 2, 2023
Fix Puppet config version reporting
The previous commit fixes the issue with octocatalog-diff. Closes: #27
1 parent 14394a3 commit a6ea809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/config-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script_dir=$(dirname "$0")
1111
for repo_dir in "${script_dir}/../.git" /tmp/g10k/environments/jquery-puppet.git/
1212
do
1313
if [ -d "$repo_dir" ]; then
14-
git --git-dir "${repo_dir}" log -1 --pretty='(%h) %cn - %s' -- "$1"
14+
git --git-dir "${repo_dir}" log -1 --pretty='(%h) %cn - %s' "$1"
1515
exit 0
1616
fi
1717
done

0 commit comments

Comments
 (0)