diff --git a/src/sota_tools/deploy.cc b/src/sota_tools/deploy.cc index a25da27cf5..e789d3f5dd 100644 --- a/src/sota_tools/deploy.cc +++ b/src/sota_tools/deploy.cc @@ -88,7 +88,7 @@ bool OfflineSignRepo(const ServerCredentials &push_credentials, const std::strin return false; } - std::string cmd("garage-sign targets add --repo aktualizr --format OSTREE --length 0 --url \"https://example.com/\""); + std::string cmd("garage-sign targets add --repo aktualizr --format OSTREE --length 0"); cmd += " --name " + name + " --version " + hash.string() + " --sha256 " + hash.string(); cmd += " --hardwareids " + hardwareids; if (system(cmd.c_str()) != 0) {