Skip to content

Commit

Permalink
fix: dumb fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
eternal committed Feb 20, 2021
1 parent bfff770 commit 6c01c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Obfuscation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "eternal"
git stash
git fetch origin
git checkout heroku
git checkout -B heroku
git stash pop
git add -A
git commit -m "Obfuscate main branch"
Expand Down
2 changes: 1 addition & 1 deletion obfuscator.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"stringArrayEncoding": [
"Base64"
],
"target": "node",
"target": "node"
}

0 comments on commit 6c01c14

Please sign in to comment.