aboutsummaryrefslogtreecommitdiff
path: root/checkout.py
diff options
context:
space:
mode:
Diffstat (limited to 'checkout.py')
-rwxr-xr-xcheckout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkout.py b/checkout.py
index c491fd5..5b25758 100755
--- a/checkout.py
+++ b/checkout.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# checkout.py - Checkout submodules for a build (checkout a given tag or head)
#
bgstack15