diff --git a/deploy/panos.sh b/deploy/panos.sh
index f2f94488..e1786ff0 100644
--- a/deploy/panos.sh
+++ b/deploy/panos.sh
@@ -71,7 +71,7 @@ deployer() {
if [ "$type" = 'commit' ]; then
export _H1="Content-Type: application/x-www-form-urlencoded"
- cmd=$(printf "%s" "$_panos_user" | _url_encode)
+ cmd=$(printf "%s" "$_panos_user" | _url_encode)
content="type=commit&action=partial&key=$_panos_key&cmd=$cmd"
fi
response=$(_post "$content" "$panos_url" "" "POST")