From 384b06a60228f04670a6496c421eab3d31fa78d9 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Tue, 23 Oct 2012 12:55:52 +0400 Subject: [PATCH] Typo. --- includes/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer.sh b/includes/installer.sh index 677d80c..b54b0af 100644 --- a/includes/installer.sh +++ b/includes/installer.sh @@ -11,7 +11,7 @@ INSTALLER_DIR=`mktemp -d` # # @param $1 URL # @param $2 File name -function download_installer {` +function download_installer { echo "Downloading $1/$2..." cd "$INSTALLER_DIR" curl -LO "$1/$2"