fixed comment/typo

This commit is contained in:
Marius Pana 2018-02-12 19:26:25 +02:00
parent 480eab872d
commit 90aecbd40d
1 changed files with 1 additions and 1 deletions

View File

@ -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