From f689c620cfe2f2ad48eea746dd5abfbb7ab0a62f Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Fri, 23 Apr 2021 14:38:37 -0600 Subject: [PATCH] fmt fix --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index 14a6750..77485ea 100755 --- a/bin/install +++ b/bin/install @@ -96,7 +96,7 @@ install_php() { # it's not obvious where php.ini should be placed, let us make it easy for the user mkdir -p $install_path/conf.d/ - echo "# add system-wide php configuration options here" > $install_path/conf.d/php.ini + echo "# add system-wide php configuration options here" >$install_path/conf.d/php.ini } install_composer() {