Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 19, 2023
1 parent 5af14d8 commit 4757b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int main([[maybe_unused]] int argc, char** argv)

config.init();

std::vector<Task> tasklist = std::move(tasks.get_config_tasklist());
std::vector<Task> tasklist = tasks.get_config_tasklist();

bool identified = app_package_and_activity(control.get_config_server(), package, activity);
if (!identified) {
Expand Down

0 comments on commit 4757b29

Please sign in to comment.