From 90aecbd40d6e261e286ca76d5a3fb6dbc5d0afca Mon Sep 17 00:00:00 2001 From: mpana Date: Mon, 12 Feb 2018 19:26:25 +0200 Subject: [PATCH] fixed comment/typo --- spearhead-docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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