We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eea887 commit d6229d3Copy full SHA for d6229d3
1 file changed
linux-installer/idt-installer
@@ -7,7 +7,7 @@
7
# Copyright (c) 2017, International Business Machines. All Rights Reserved.
8
#------------------------------------------------------------------------------
9
10
-VERSION="1.0.1"
+VERSION="1.0.2"
11
PROG="IBM Cloud Developer Tools - Installer"
12
INSTALLER_URL="https://ibm.biz/idt-installer"
13
GIT_URL="https://github.com/IBM-Bluemix/ibm-cloud-developer-tools"
@@ -190,7 +190,7 @@ function install_deps {
190
[[ -z "$(which brew)" ]] && USEBREW=false
191
192
# Install curl if not already installed.
193
- if ! $(which curl >/dev/null 2&>1); then
+ if ! $(which curl >/dev/null 2>&1); then
194
if [ "$PLATFORM" = Linux ]; then
195
$SUDO apt-get -y update
196
$SUDO apt-get -y install curl
0 commit comments