Skip to content

Commit

Permalink
fix: 🐛
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Augustin <dev@andreas-augustin.org>
  • Loading branch information
AndreasAugustin committed Mar 26, 2024
1 parent eb7d55d commit 05ffe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ function handle_templatesyncignore() {
# we are checking the ignore file if it exists or is empty
# -s is true if the file contains whitespaces
if [ -s "${template_sync_ignore_file_path}" ]; then
debug "unstage files from template sync ignore"
debug "unstage files from template sync ignore ${template_sync_ignore_file_path}"
git reset --pathspec-from-file="${template_sync_ignore_file_path}"

debug "clean untracked files"
Expand Down

0 comments on commit 05ffe8a

Please sign in to comment.