diff options
Diffstat (limited to 'src/clients/cave/cmd_import.cc')
-rw-r--r-- | src/clients/cave/cmd_import.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/cave/cmd_import.cc b/src/clients/cave/cmd_import.cc index 55a01cf8f..535937f6c 100644 --- a/src/clients/cave/cmd_import.cc +++ b/src/clients/cave/cmd_import.cc @@ -303,7 +303,7 @@ ImportCommand::run( resolve_cmdline.resolution_options.a_execute.set_specified(args::aos_specified); std::shared_ptr<Sequence<std::pair<std::string, std::string> > > targets(std::make_shared<Sequence<std::pair<std::string, std::string> >>()); - targets->push_back(std::make_pair(stringify((*ids->begin())->name()), "")); + targets->push_back(std::make_pair(stringify((*ids->begin())->uniquely_identifying_spec()), "")); std::shared_ptr<Sequence<std::string> > world_specs(std::make_shared<Sequence<std::string>>()); world_specs->push_back(stringify((*ids->begin())->name())); |