Skip to content

Commit

Permalink
🔩Code: shebang fixed #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Duda committed Apr 4, 2022
1 parent 2b57551 commit 259eb91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/gists.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/opt/homebrew/bin/python3
#!/usr/bin/env python3

#########################################################
# License: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ Icons taken from https://octicons.github.com/ - MIT License</string>
<string>user</string>
</array>
<key>version</key>
<string>2022.02.20</string>
<string>2022.04.04</string>
<key>webaddress</key>
<string>https://github.com/vookimedlo/alfred-github-gists</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion src/temp_cache.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/opt/homebrew/bin/python3
#!/usr/bin/env python3

import sys
import tempfile
Expand Down

0 comments on commit 259eb91

Please sign in to comment.