mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
python3
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@ test3: echo
|
||||
echo 'hm'
|
||||
|
||||
python:
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
print('wow!')
|
||||
|
||||
echo:
|
||||
|
||||
Reference in New Issue
Block a user