Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Nov 8, 2022
1 parent 2ffb234 commit 2f6b4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def run_task_publish_to_web():
command = 'git commit -m "new version published"'
r.run(command, cwd=publish_dir, shell=True)

command = 'git branch -M master'
command = "git branch -M master"
r.run(command, cwd=publish_dir, shell=True)

command = 'git push "git@github.com:pdfviewer/pdfviewer.github.io.git" master:master --force'
Expand Down

0 comments on commit 2f6b4e5

Please sign in to comment.