diff options
Diffstat (limited to 'checkout.py')
-rwxr-xr-x | checkout.py | 2 |
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) # |