delete weird return in active

This commit is contained in:
Nicole O'Connor 2025-02-02 15:36:13 -08:00
parent f53813d3c9
commit ea9514dba0

View File

@ -27,7 +27,6 @@ void cellar::bottles::print_active_bottle(int argc, vector<string> argv) {
} else {
outstr << active_bottle.canonical_path;
cellar_managed = false;
return;
}
}