Browse Source

Echo error to stderr

pull/20/head
Kristijan Mitrovic 4 years ago
parent
commit
a7cdb1454c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/vultr/vcurl

+ 1
- 1
bin/vultr/vcurl View File

@@ -1,7 +1,7 @@
#!/bin/bash

if [[ -z "${VULTR_API_KEY}" ]] ; then
echo "VULTR_API_KEY not defined in environment"
>&2 echo "VULTR_API_KEY not defined in environment"
exit 1
fi



Loading…
Cancel
Save