From 44e991b49ed7865242622f9cb8478b9b33f95043 Mon Sep 17 00:00:00 2001 From: Akash Manohar J Date: Sun, 24 May 2015 15:04:20 +0530 Subject: [PATCH] mkdir install path --- lib/commands/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commands/install.sh b/lib/commands/install.sh index 4684bdcb..834430cd 100644 --- a/lib/commands/install.sh +++ b/lib/commands/install.sh @@ -24,6 +24,7 @@ install_command() { export ASDF_INSTALL_TYPE=$install_type export ASDF_INSTALL_VERSION=$version export ASDF_INSTALL_PATH=$install_path + mkdir $install_path bash ${plugin_path}/bin/install ) local exit_code=$?