diff --git a/nginx-cache-purge b/nginx-cache-purge index 42f2208..4f98929 100755 --- a/nginx-cache-purge +++ b/nginx-cache-purge @@ -79,4 +79,4 @@ function nginx_cache_purge_item() { } # nginx_cache_purge_item ## Try to purge the given item from the cache. -nginx_cache_purge_item $1 $2 +nginx_cache_purge_item "$1" "$2"