Skip to content

Commit 6622200

Browse files
author
Woody Gilk
committed
Merge pull request shadowhand#11 from cybertoast/master
Fix for " is not a valid attribute name" related to "renormalize = true"
2 parents dcc8ad1 + 6444c1e commit 6622200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitcrypt

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ init_config() {
9595

9696
echo "$pattern filter=encrypt diff=encrypt" >> $attrs
9797
echo "[merge]" >> $attrs
98-
echo " renormalize = true" >> $attrs
98+
echo " renormalize=true" >> $attrs
9999

100100
# Encryption
101101
git config gitcrypt.salt "$SALT"

0 commit comments

Comments
 (0)