Skip to content

Commit

Permalink
git_pre-commit.in - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed May 13, 2022
1 parent 072430e commit de34f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/utils/git_pre-commit.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ reformatCommand="bash $gitPath/scripts/reformat-files.sh"
format_file() {
file="$1"
if [ -f $file ]; then
reformatCommand $1
$reformatCommand $1
git add $1
fi
}
Expand Down

0 comments on commit de34f61

Please sign in to comment.