Fix syntax for "source via url"

This commit is contained in:
Tim Byrne 2017-02-08 21:05:42 -08:00
parent d8d13ce47e
commit 3253743939
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ function ask_about_source() {
echo "If installation is not possible right now, you can temporarily \"source\""
echo "in a yadm() function which fetches yadm remotely each time it is called."
echo
echo " source <<< curl -fsSL '$YADM_REPO/raw/$YADM_RELEASE/bootstrap'"
echo " source <(curl -fsSL '$YADM_REPO/raw/$YADM_RELEASE/bootstrap')"
echo
fi
}