Just use exit code 1 instead of inheriting it

This commit is contained in:
Akash Manohar J 2015-08-11 21:50:46 +05:30
parent ec866a1bb1
commit 89f5566fb4

View File

@ -70,7 +70,7 @@ install_tool_version() {
reshim_command $plugin_name $full_version
else
rm -rf $install_path
exit $exit_code
exit 1
fi
fi
}