From 19d9bd5c2a6eb80a9debadae2b31361a1de12204 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 4 Jan 2022 17:06:45 -0800 Subject: [PATCH] fixed closing fi/if --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index de076c5..408ac79 100755 --- a/update.sh +++ b/update.sh @@ -11,7 +11,7 @@ else curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp chmod +x /usr/local/bin/wp -if +fi # update scripts in bin chmod 755 bin/*