Skip to content

Commit c1b2e66

Browse files
author
jaroslaw-osmanski
authored
Merge pull request #20 from s22s/astraea/fix-19
Fix for #19
2 parents dfa8f6c + 523b8c9 commit c1b2e66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/manage-docker.py

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

44
# Copyright 2017 deepsense.ai (CodiLime, Inc)

deployment/docker-compose/docker-compose.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# PYTHON_ARGCOMPLETE_OK
33
# Copyright 2017 deepsense.ai (CodiLime, Inc)
44
#

utils/api_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
# Copyright 2016 deepsense.ai (CodiLime, Inc)
44
#

0 commit comments

Comments
 (0)