Skip to content

Commit f2590a5

Browse files
hummelm10hummelm10
authored andcommitted
bug in purgeURL
1 parent 6b4241e commit f2590a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FastlyPythonCLI/scripts/CDN/purge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def purgeURL(url):
110110
break
111111
elif reply == 'n':
112112
scripts.clear()
113-
purgeURL()
113+
purgeMenu()
114114
break
115115
r=requests.request("PURGE", str(url), headers=header)
116116
if r.status_code == 401:

0 commit comments

Comments
 (0)