summaryrefslogtreecommitdiff
path: root/src/verbs/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/verbs/search.py')
-rw-r--r--src/verbs/search.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs/search.py b/src/verbs/search.py
index b67f5a1..498a88e 100644
--- a/src/verbs/search.py
+++ b/src/verbs/search.py
@@ -28,9 +28,11 @@ def search(args, options, config):
for r in results:
print(colors.LIGHT_GREEN + f"\t{r}")
+ print(colors.RESET, end="")
sys.exit(0)
else:
print(colors.RED + f"Package {package} could not be found")
+ print(colors.RESET, end="")
sys.exit(1)
else:
print(colors.LIGHT_RED + "Nothing to do")