From ea9514dba0a16da3e0d514c6c3a99f6891985e3f Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Sun, 2 Feb 2025 15:36:13 -0800 Subject: [PATCH] delete weird return in active --- src/bottles/active.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bottles/active.cpp b/src/bottles/active.cpp index 1b9e19a..93b1f3e 100644 --- a/src/bottles/active.cpp +++ b/src/bottles/active.cpp @@ -27,7 +27,6 @@ void cellar::bottles::print_active_bottle(int argc, vector argv) { } else { outstr << active_bottle.canonical_path; cellar_managed = false; - return; } }