fix python shebang for debian 11 #61039

This commit is contained in:
Guillaume Baffoin 2022-01-25 15:15:37 +01:00
parent a247a80f12
commit 1945ce257b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python #! /usr/bin/env python2
# #
# post-receive-email - Post receive email hook for the Labs Git repository # post-receive-email - Post receive email hook for the Labs Git repository
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/python2
# #
# post-receive-notify-updates # post-receive-notify-updates
# #