Skip to content

Commit

Permalink
fix(install): issue with wsl install
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott K. Garan authored and dmccaffery committed Dec 22, 2020
1 parent a95f87e commit 7784337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ __am_prompt_update()
curl -skLo $PROMPT_INSTALL_TEMP/prompt.tgz $PROMPT_INSTALL_URI
tar -xzf $PROMPT_INSTALL_TEMP/prompt.tgz --strip-components=1 --directory=$PROMPT_INSTALL_TEMP

. "$PROMPT_INSTALL_TEMP/install.sh" $PROMPT_SHELL $PROMPT_INSTALL_TEMP
"$PROMPT_INSTALL_TEMP/install.sh" $PROMPT_SHELL $PROMPT_INSTALL_TEMP
}

trap 'echo; echo; echo "${CLR_WARN}prompt: terminating update...${CLR_CLEAR}"; exit -1;' INT
Expand Down

0 comments on commit 7784337

Please sign in to comment.