diff --git a/create-branch.sh b/create-branch.sh index f46c935..5e29150 100755 --- a/create-branch.sh +++ b/create-branch.sh @@ -46,7 +46,7 @@ echo "Decompiling client.jar..." $enigma decompile procyon client.jar src client.mappings echo "Committing changes..." -git add src/* +git add src git commit -m "Update to $1" echo "Pushing to origin..."