Browse Source

Fixing gitdiff

none
Paul Nguyen 5 years ago
parent
commit
cbdb8bd9b9
  1. 1
      deploy/panos.sh

1
deploy/panos.sh

@ -76,7 +76,6 @@ deployer() {
cmd=$(printf "%s" "<commit><partial><$_panos_user></$_panos_user></partial></commit>" | _url_encode)
content="type=commit&key=$_panos_key&cmd=$cmd"
fi
response=$(_post "$content" "$panos_url" "" "POST")
parse_response "$response" "$type"
# Saving response to variables

Loading…
Cancel
Save