delete weird return in active
This commit is contained in:
parent
f53813d3c9
commit
ea9514dba0
@ -27,7 +27,6 @@ void cellar::bottles::print_active_bottle(int argc, vector<string> argv) {
|
|||||||
} else {
|
} else {
|
||||||
outstr << active_bottle.canonical_path;
|
outstr << active_bottle.canonical_path;
|
||||||
cellar_managed = false;
|
cellar_managed = false;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user