Urgh, modified the wrong file...

This commit is contained in:
Eelco Dolstra 2012-04-14 19:52:58 +02:00
parent ef902274fd
commit ca3d9f8b31
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ readLink() {
clearProfiles() {
profiles="$NIX_STATE_DIR"/profiles
rm -f $profiles/*
rm -rf $profiles
}
clearStore() {