diff --git a/spearhead-docker b/spearhead-docker index ddb7aab..d2e1e2b 100755 --- a/spearhead-docker +++ b/spearhead-docker @@ -101,7 +101,7 @@ function cnsEnvVars () { local triton_account="$(spearhead account get)" local triton_url="$(spearhead profile get | awk -F"/" '/url:/{print $3}')" - Do not continue if the target is not a Spearhead Cloud data center + #Do not continue if the target is not a Spearhead Cloud data center if [ ! ".api.joyent.com" == "${triton_url: -15}" ] || [ ! ".api.spearhead.cloud" == "${triton_url: -15}" ] then return