forked from lix-project/lix
* Doh!
This commit is contained in:
parent
b618fa6eb6
commit
f52de527c7
|
@ -73,8 +73,6 @@ Path makeStorePath(const string & type,
|
|||
string s = type + ":sha256:" + printHash(hash) + ":"
|
||||
+ nixStore + ":" + suffix;
|
||||
|
||||
printMsg(lvlError, s);
|
||||
|
||||
checkStoreName(suffix);
|
||||
|
||||
return nixStore + "/"
|
||||
|
|
Loading…
Reference in a new issue