Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 4abd74f

Browse files
easepangitee-org
authored andcommitted
update bin/deploy.py.
1 parent 71e0430 commit 4abd74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848

4949
os.chdir(project_repository_path)
5050
print(os.popen('git add .').read())
51-
print(os.popen('git commit -m "shell release %s v%s by shell"' % ('validator', version)).read())
51+
print(os.popen('git commit -m "shell release %s v%s"' % ('validator', version)).read())

0 commit comments

Comments
 (0)