Skip to content

Commit

Permalink
Use --replace-all
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Sep 12, 2023
1 parent 90f6eab commit 15479fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tasks/self-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ THEMEROOTFOLDER=$(dirname $THEMEBINFOLDER)
cd $THEMEROOTFOLDER

# Make sure no file mods are being committed
git config core.fileMode false
git config core.fileMode false --replace-all

# Check for updates
git pull origin master
Expand Down

0 comments on commit 15479fe

Please sign in to comment.