From 741a9e9ec3d491910c4bf684a2fe711b85bb46c3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 22 Feb 2018 17:42:06 +0100 Subject: [PATCH] Fix example in release notes (cherry picked from commit 39b4177500e8375554bd2012f6f51f6021c881c1) --- doc/manual/release-notes/rl-2.0.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/release-notes/rl-2.0.xml b/doc/manual/release-notes/rl-2.0.xml index f5c5387e2..fc9a77b08 100644 --- a/doc/manual/release-notes/rl-2.0.xml +++ b/doc/manual/release-notes/rl-2.0.xml @@ -42,7 +42,7 @@ The command nix-push has been removed as part of the effort to eliminate Nix's dependency on Perl. You can use nix copy instead, e.g. nix copy - --to /tmp/my-binary-cache paths… + --to file:///tmp/my-binary-cache paths…