From e9087a4466dd74233f51dfaccfcbed8ebd65c768 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Sat, 10 Jul 2021 20:02:50 -0400 Subject: [PATCH] fix issue #94 --- vmanage/apps/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmanage/apps/clean.py b/vmanage/apps/clean.py index c28755a..d56a78d 100644 --- a/vmanage/apps/clean.py +++ b/vmanage/apps/clean.py @@ -14,7 +14,7 @@ class CleanVmanage(object): - """Reset all configuratios on a vManage instance. + """Reset all configurations on a vManage instance. Executes the necessary REST calls in specific order to remove configurations applied to a vManage instance.