Skip to content

Commit

Permalink
Merge pull request #32 from siers/patch-1
Browse files Browse the repository at this point in the history
Use "/usr/bin/env"
  • Loading branch information
fdw authored Jan 20, 2020
2 parents f211333 + 9754fb3 commit 0708eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picker/rofimoji.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
import os
Expand Down

0 comments on commit 0708eba

Please sign in to comment.