Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 4379904

Browse files
committed
Makefile: fix disable-self-upgrade
Regression in 6b913f6.
1 parent 6b913f6 commit 4379904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ uninstall:
2727
# We assume that sed(1) has the -i option, which is not POSIX but seems common
2828
# enough in modern implementations.
2929
disable-self-upgrade:
30-
sed -i.bak 's/^ENABLE_SELF_UPGRADE_MECHANISM=True$$/ENABLE_SELF_UPGRADE_MECHANISM=False/' googler
30+
sed -i.bak 's/^ENABLE_SELF_UPGRADE_MECHANISM = True$$/ENABLE_SELF_UPGRADE_MECHANISM = False/' googler

0 commit comments

Comments
 (0)