From 61849a31cf1bce7dd3121a7e3197af9151b5c5e2 Mon Sep 17 00:00:00 2001 From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de> Date: Mon, 12 Jun 2023 17:08:33 +0200 Subject: [PATCH] first attempt --- mpsd-software.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpsd-software.py b/mpsd-software.py index c8d4ad2..fce6c00 100755 --- a/mpsd-software.py +++ b/mpsd-software.py @@ -1105,7 +1105,7 @@ def main(): ("available", "What is available for installation?"), ("install", "Install a software environment"), # ("reinstall", "Reinstall a package_set"), - # ("remove", "Remove a package set"), + ("remove", "Remove a package set"), # ("start-new", "Start a new MPSD software release version"), ("status", "Show status: what is installed?"), ("prepare", "Prepare installation of MPSD-release (dev only)"), -- GitLab