Get rid of unicode quotes (#1140)
This commit is contained in:
parent
7ee43df862
commit
f78126bfd6
96 changed files with 670 additions and 670 deletions
|
|
@ -30,7 +30,7 @@ struct CmdCopySigs : StorePathsCommand
|
|||
void run(ref<Store> store, Paths storePaths) override
|
||||
{
|
||||
if (substituterUris.empty())
|
||||
throw UsageError("you must specify at least one substituter using ‘-s’");
|
||||
throw UsageError("you must specify at least one substituter using '-s'");
|
||||
|
||||
// FIXME: factor out commonality with MixVerify.
|
||||
std::vector<ref<Store>> substituters;
|
||||
|
|
@ -45,7 +45,7 @@ struct CmdCopySigs : StorePathsCommand
|
|||
logger->setExpected(doneLabel, storePaths.size());
|
||||
|
||||
auto doPath = [&](const Path & storePath) {
|
||||
Activity act(*logger, lvlInfo, format("getting signatures for ‘%s’") % storePath);
|
||||
Activity act(*logger, lvlInfo, format("getting signatures for '%s'") % storePath);
|
||||
|
||||
checkInterrupt();
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ struct CmdSignPaths : StorePathsCommand
|
|||
void run(ref<Store> store, Paths storePaths) override
|
||||
{
|
||||
if (secretKeyFile.empty())
|
||||
throw UsageError("you must specify a secret key file using ‘-k’");
|
||||
throw UsageError("you must specify a secret key file using '-k'");
|
||||
|
||||
SecretKey secretKey(readFile(secretKeyFile));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue