Commit 37031721 authored by William Sellitti's avatar William Sellitti
Browse files

typo

parent 3cc283cb
...@@ -86,7 +86,7 @@ proxmoxve_deploy(){ ...@@ -86,7 +86,7 @@ proxmoxve_deploy(){
# This is required. # This is required.
_getdeployconf DEPLOY_PROXMOXVE_API_TOKEN_KEY _getdeployconf DEPLOY_PROXMOXVE_API_TOKEN_KEY
if [ -z "$_proxmoxve_api_token_key" ];then if [ -z "$DEPLOY_PROXMOXVE_API_TOKEN_KEY" ];then
_err "API key not provided." _err "API key not provided."
return 1 return 1
else else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment