Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 5e9993b

Browse files
author
Martin Larralde
committed
Add missing bang to __main__.py shabang
1 parent 17e9b45 commit 5e9993b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codacy/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/usr/bin/env python
1+
#!/usr/bin/env python
22
from __future__ import absolute_import
33

44
import sys

0 commit comments

Comments
 (0)