fix: move misplaced code (#2092)

This commit is contained in:
Baptiste Augrain
2024-11-05 16:52:48 +01:00
committed by GitHub
parent ccec55599b
commit d598450d02
3 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
echo "$#"
cd vscode || { echo "'vscode' dir not found"; exit 1; }
@@ -27,7 +29,7 @@ while [ $# -gt 1 ]; do
done
git add .
git commit -q -m "VSCODIUM HELPER"
git commit -q -m "VSCODIUM HELPER" --no-verify
if [[ "${1}" == *patch ]]; then
FILE="../patches/${1}"