forked from lix-project/lix
Fix InstallableCommand
This commit is contained in:
parent
b8a38fa521
commit
4947e0a91a
|
@ -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. */
|
||||||
|
|
Loading…
Reference in a new issue