aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-24 10:57:01 -0700
committerGitHub <noreply@github.com>2021-08-24 17:57:01 +0000
commit28bb6a3bd1b0db339c6c4ff2ff64279f37b988c6 (patch)
treeaeefa083ac26b5a338633ec6aba9228142de04a1 /infra
parentb678e0717019f1a09239725679421fd684a65f6a (diff)
downloadoss-fuzz-28bb6a3bd1b0db339c6c4ff2ff64279f37b988c6.tar.gz
[Ubuntu upgrade][infra] Fix issue with write_labels.py (#6290)
/usr/bin/python3 doesn't exist and isn't pythonic. Change shebang to "/usr/bin/env python3" Related: #6180
Diffstat (limited to 'infra')
-rwxr-xr-xinfra/base-images/base-builder/write_labels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-builder/write_labels.py b/infra/base-images/base-builder/write_labels.py
index 6766e37fe..92a820a43 100755
--- a/infra/base-images/base-builder/write_labels.py
+++ b/infra/base-images/base-builder/write_labels.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");