Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Westphal <[email protected]>
  • Loading branch information
void-inject and mwestphal authored Jan 11, 2025
1 parent a6f8211 commit 98cb859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/interactor_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ interactor& interactor_impl::initCommands()
}

// Add alias to the map
AliasMap[aliasName] = aliasCommand;
this->Internals->AliasMap[aliasName] = aliasCommand;
log::info("Alias added: ", aliasName, "", aliasCommand);
});
return *this;
Expand Down

0 comments on commit 98cb859

Please sign in to comment.