aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'layerindex/update.py')
-rwxr-xr-xlayerindex/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layerindex/update.py b/layerindex/update.py
index ac7de5eb72..423eb53ace 100755
--- a/layerindex/update.py
+++ b/layerindex/update.py
@@ -181,7 +181,7 @@ def main():
if branchobj.update_environment:
cmdprefix = branchobj.update_environment.get_command()
else:
- cmdprefix = 'python'
+ cmdprefix = 'python3'
cmd = '%s update_layer.py -l %s -b %s' % (cmdprefix, layer.name, branch)
if options.reload:
cmd += ' --reload'