summaryrefslogtreecommitdiff
path: root/replace
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2021-12-16 10:09:46 -0800
committerBen Sima <bsima@groq.com>2022-02-09 14:10:46 -0800
commit77501fc15ae6995564b24405657a69f22d60fcfd (patch)
treea4f12fca4a96f1a899ff911737a14ccf852bad80 /replace
parent538a79edfb0e80fd3b686aabf16cd5ed57febcab (diff)
specify python 3.6
Diffstat (limited to 'replace')
-rwxr-xr-xreplace2
1 files changed, 1 insertions, 1 deletions
diff --git a/replace b/replace
index a622d8f..fe9416e 100755
--- a/replace
+++ b/replace
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python3.6
"""
replace stuff in a file or files
"""