Skip to content

Commit

Permalink
Fix Puppet config version reporting
Browse files Browse the repository at this point in the history
The previous commit fixes the issue with octocatalog-diff.

Closes: #27
  • Loading branch information
supertassu committed Oct 27, 2023
1 parent d17a791 commit bdc3e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/config-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script_dir=$(dirname "$0")
for repo_dir in "${script_dir}/../.git" /tmp/g10k/environments/jquery-puppet.git/
do
if [ -d "$repo_dir" ]; then
git --git-dir "${repo_dir}" log -1 --pretty='(%h) %cn - %s' -- "$1"
git --git-dir "${repo_dir}" log -1 --pretty='(%h) %cn - %s' "$1"
exit 0
fi
done
Expand Down

0 comments on commit bdc3e52

Please sign in to comment.