forked from lix-project/lix
Fix --fallback with the binary cache substituter
Reported by Peter Simons.
This commit is contained in:
parent
a9b4e26b5c
commit
08d96ffad0
|
@ -516,6 +516,7 @@ sub downloadBinary {
|
||||||
}
|
}
|
||||||
|
|
||||||
print STDERR "could not download ‘$storePath’ from any binary cache\n";
|
print STDERR "could not download ‘$storePath’ from any binary cache\n";
|
||||||
|
exit 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue