Skip to content

Commit

Permalink
Merge pull request #7 from kirawrath/use-python3-explicitly-bc-show-e…
Browse files Browse the repository at this point in the history
…ligible

Enforce python3 as interpreter for bc-show-eligible
  • Loading branch information
kirawrath authored Feb 21, 2022
2 parents 21812c5 + 553e9f4 commit 63dd258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-bc-show-eligible
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding=utf-8

from __future__ import unicode_literals
Expand Down

0 comments on commit 63dd258

Please sign in to comment.