aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-12-15 14:04:35 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-12-15 14:04:35 +0000
commita67b8ae22450a0fe10698042b452f5f2f322e008 (patch)
treedbbf9ea28ca1e275ef1f1c786c0fa2345a666de9 /scripts
parenta3e0656cbbfadba28518e0a29c324edaabb9874a (diff)
* Typo.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/nix-copy-closure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in
index 9191de59e..8bb60e920 100755
--- a/scripts/nix-copy-closure.in
+++ b/scripts/nix-copy-closure.in
@@ -96,7 +96,7 @@ else { # Copy FROM the remote machine.
close READ or die "nix-store on remote machine `$sshHost' failed: $?";
- # Export the store paths on the remote machine and import them on locally.
+ # Export the store paths on the remote machine and import them locally.
if (scalar @missing > 0) {
print STDERR "copying ", scalar @missing, " missing paths from ‘$sshHost’...\n";
#print STDERR " $_\n" foreach @missing;