@cryptotaxi247 / kubo / commits / 36674b9c9

Remove reference to "this PR" in code

License: MIT Signed-off-by: Massino Tinovan <massino@droppod.io>

Massino Tinovan committed Nov 10, 2017 at 17:28 UTC 36674b9c903f316ab45d9560441336748dd7dbda
1 file changed +1 -1
bin/container_daemon
+1 -1
@@ -32,7 +32,7 @@ else
32 # print deprecation warning
33 # go-ipfs used to hardcode "ipfs daemon" in it's entrypoint
34 # this workaround supports the new syntax so people start setting daemon explicitly
35 - # when overwriting CMD, making this PR safe to merge
35 + # when overwriting CMD
36 echo "DEPRECATED: arguments have been set but the first argument isn't 'daemon'" >&2
37 echo "DEPRECATED: run 'docker run ipfs/go-ipfs daemon $@' instead" >&2
38 echo "DEPRECATED: see the following PRs for more information:" >&2