Skip to content

Commit

Permalink
Merge pull request #190 from TheDragonCode/3.x
Browse files Browse the repository at this point in the history
Fixed a bug in pushing changes after fixing the code style
  • Loading branch information
andrey-helldar authored Nov 2, 2023
2 parents 07b316e + 9493863 commit 154171b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/fix.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -l

IS_DIRTY_CODE=0
IS_DIRTY_CODE=1

if [[ $INPUT_VERBOSE == "true" ]]; then
codestyle --verbose
Expand Down

0 comments on commit 154171b

Please sign in to comment.