mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 05:26:43 +01:00
python shebang, python3 is not recognised
This commit is contained in:
parent
fa58f4e5b7
commit
77c767cb40
1 changed files with 1 additions and 1 deletions
2
ponysay
2
ponysay
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue