diff --git a/dev/patch.sh b/dev/patch.sh index 8ce692f..e6965c3 100755 --- a/dev/patch.sh +++ b/dev/patch.sh @@ -80,12 +80,12 @@ if [[ "${FILE}" != "../patches/helper/settings.patch" ]]; then done fi done - - git add . - git commit --no-verify -q -m "VSCODIUM HELPER" - - normalize_file "${1}" fi + + git add . + git commit --no-verify -q -m "VSCODIUM HELPER" + + normalize_file "${1}" fi fi