diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-08-10 17:22:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-10 17:22:42 +0200 |
commit | 6601e465675c5927f85e68a78c22f8828ddc3362 (patch) | |
tree | b85e8f8f0257c2415e603eba86448f4ff24c918a /tests/repair.sh | |
parent | a6eed133c5a3602037bc48675ca783185cca5454 (diff) | |
parent | 6e51af80231b2a35ba3f5edffa7e235b239955a0 (diff) |
Merge pull request #1024 from shlevy/nuke-nix-push
Nuke nix-push.
Diffstat (limited to 'tests/repair.sh')
-rw-r--r-- | tests/repair.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repair.sh b/tests/repair.sh index 92f2f8fe6..782838704 100644 --- a/tests/repair.sh +++ b/tests/repair.sh @@ -46,7 +46,7 @@ fi # --verify can fix it. clearCache -nix-push --dest $cacheDir $path +nix copy --recursive --to file://$cacheDir $path chmod u+w $path2 rm -rf $path2 |