replace-content.py should use python3 explicitly

This commit is contained in:
Jerry Zhao
2023-12-15 16:10:46 -08:00
committed by GitHub
parent f882280290
commit 93d7c511f9

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# Replace text in a file given a key identifying a block to replace. # Replace text in a file given a key identifying a block to replace.
# If the file doesn't exist, create it. # If the file doesn't exist, create it.