From 8ed082ed11975f9f29ffd7c1cb1f9b0667a736c4 Mon Sep 17 00:00:00 2001 From: Thomas Alcala Schneider Date: Fri, 8 Mar 2019 01:55:34 -0600 Subject: [PATCH] Remove unmatched quote written in the fish config file (#83) There's an unmatched double quote written in the fish config file by the installer that breaks sourcing that said config file. --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index bf21a5e..8f8fa19 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -115,7 +115,7 @@ setup_shell() { echo '' >> $CONF_FILE echo '# fnm' >> $CONF_FILE echo 'set PATH $HOME/.fnm $PATH' >> $CONF_FILE - echo 'fnm env --multi | source"' >> $CONF_FILE + echo 'fnm env --multi | source' >> $CONF_FILE elif [ "$CURRENT_SHELL" == "bash" ]; then if [ "$OS" == "Darwin" ]; then