Add shebang to script and make it executable https://github.com/MarcelSimon/MigrateGitlabToGogs/issues/2
This commit is contained in:
parent
fed71bba79
commit
159182b5f0
2
migrate_gitlab_to_gogs.py
Normal file → Executable file
2
migrate_gitlab_to_gogs.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import requests
|
||||
import json
|
||||
import subprocess
|
||||
|
Loading…
x
Reference in New Issue
Block a user