Always play pop sounds for commits and refs

This commit is contained in:
blinry 2020-10-29 20:34:28 +01:00
parent c53f6aa009
commit 8548074be4
2 changed files with 2 additions and 2 deletions
scenes

View file

@ -18,7 +18,7 @@ func cd(dir):
# Run a shell command given as a string. Run this if you're interested in the
# output of the command.
func run(command, crash_on_fail=true):
var debug = true
var debug = false
if debug:
print("$ %s" % command)