Skip to content

Commit

Permalink
no need to include extension
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Jan 16, 2024
1 parent 215be52 commit 7ada9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitback/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def backup()->None:
Popen('git' + git_command + repo_clone_command + repo["full_name"], shell = True, stdout = PIPE).wait()
i += 1
chdir('..')
make_archive(name + '.zip', 'zip', name)
make_archive(name, 'zip', name)

0 comments on commit 7ada9c9

Please sign in to comment.