forked from lix-project/lix
Urgh, modified the wrong file...
This commit is contained in:
parent
ef902274fd
commit
ca3d9f8b31
|
@ -35,7 +35,7 @@ readLink() {
|
||||||
|
|
||||||
clearProfiles() {
|
clearProfiles() {
|
||||||
profiles="$NIX_STATE_DIR"/profiles
|
profiles="$NIX_STATE_DIR"/profiles
|
||||||
rm -f $profiles/*
|
rm -rf $profiles
|
||||||
}
|
}
|
||||||
|
|
||||||
clearStore() {
|
clearStore() {
|
||||||
|
|
Loading…
Reference in a new issue