Fix InstallableCommand

This commit is contained in:
Eelco Dolstra 2019-12-14 23:15:36 +01:00
parent b8a38fa521
commit 4947e0a91a

View file

@ -106,7 +106,7 @@ struct InstallableCommand : virtual Args, SourceExprCommand
private: private:
std::string _installable{""}; std::string _installable{"."};
}; };
/* A command that operates on zero or more store paths. */ /* A command that operates on zero or more store paths. */