summaryrefslogtreecommitdiffstats
path: root/plugins/sample3Plugin/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sample3Plugin/plugin')
-rwxr-xr-xplugins/sample3Plugin/plugin8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/sample3Plugin/plugin b/plugins/sample3Plugin/plugin
index 9cf7e03..c3099a5 100755
--- a/plugins/sample3Plugin/plugin
+++ b/plugins/sample3Plugin/plugin
@@ -21,14 +21,14 @@ else
fi
-if [ $TASK = "init" ]; then
- echo init true
+if [ $TASK = "prepare" ]; then
+ echo prepare true
fi
if [ $TASK = "diagnose" ]; then
echo diagnose false
fi
-if [ $TASK = "purge" ]; then
- echo purge true
+if [ $TASK = "clean" ]; then
+ echo clean true
fi
if [ $TASK = "fix" ]; then
echo fix true