diff options
Diffstat (limited to 'pomu/cli.py')
-rw-r--r-- | pomu/cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pomu/cli.py b/pomu/cli.py index d36426b..a34ab21 100644 --- a/pomu/cli.py +++ b/pomu/cli.py @@ -60,6 +60,7 @@ def status(globalvars): return if pomu_status(globalvars.repo_path): print('pomu is initialized at', globalvars.repo_path) + return print('pomu is not initialized') else: for repo in portage_repos(): |