From 36674b9c903f316ab45d9560441336748dd7dbda Mon Sep 17 00:00:00 2001 From: Massino Tinovan Date: Fri, 10 Nov 2017 17:28:06 -0800 Subject: [PATCH] Remove reference to "this PR" in code License: MIT Signed-off-by: Massino Tinovan --- bin/container_daemon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/container_daemon b/bin/container_daemon index ff8f88dbb..81be54dd2 100755 --- a/bin/container_daemon +++ b/bin/container_daemon @@ -32,7 +32,7 @@ else # print deprecation warning # go-ipfs used to hardcode "ipfs daemon" in it's entrypoint # this workaround supports the new syntax so people start setting daemon explicitly - # when overwriting CMD, making this PR safe to merge + # when overwriting CMD echo "DEPRECATED: arguments have been set but the first argument isn't 'daemon'" >&2 echo "DEPRECATED: run 'docker run ipfs/go-ipfs daemon $@' instead" >&2 echo "DEPRECATED: see the following PRs for more information:" >&2