Skip to content

Commit ae9274e

Browse files
committed
removed breaking changes to interface, reverted commit issues, and reverted ci/cd updater
1 parent 14b0d49 commit ae9274e

File tree

2 files changed

+106
-145
lines changed

2 files changed

+106
-145
lines changed

src/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ static void general() {
871871
{
872872
if (is_vm_brand_multiple(vm.brand) == false) {
873873
std::string current_color = "";
874-
const char* &type = vm.type;
874+
std::string type = vm.type;
875875

876876
if (is_anyrun && (type == brands::NULL_BRAND)) {
877877
type = "Sandbox";

0 commit comments

Comments
 (0)