Skip to content

Commit

Permalink
build: Update shebang to python3
Browse files Browse the repository at this point in the history
Signed-off-by: David Porter <[email protected]>
  • Loading branch information
bobbypage committed Jun 16, 2023
1 parent 03da1f3 commit dec4430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/boilerplate/boilerplate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright 2016 Google Inc. All Rights Reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion build/boilerplate/boilerplate.py.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright YEAR Google Inc. All Rights Reserved.
#
Expand Down

0 comments on commit dec4430

Please sign in to comment.