From 93d7c511f90708c1f154b089e76f9d8e830cf61f Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Fri, 15 Dec 2023 16:10:46 -0800 Subject: [PATCH] replace-content.py should use python3 explicitly --- scripts/replace-content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/replace-content.py b/scripts/replace-content.py index 4699ccca..a20acaa8 100755 --- a/scripts/replace-content.py +++ b/scripts/replace-content.py @@ -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. # If the file doesn't exist, create it.