Skip to content
Snippets Groups Projects
Unverified Commit bd0ed9ea authored by Whyrusleeping's avatar Whyrusleeping Committed by GitHub
Browse files

Merge pull request #4381 from massino/patch-1

Remove reference to "this PR" in code
parents b0e44066 36674b9c
Branches
Tags
No related merge requests found
...@@ -32,7 +32,7 @@ else ...@@ -32,7 +32,7 @@ else
# print deprecation warning # print deprecation warning
# go-ipfs used to hardcode "ipfs daemon" in it's entrypoint # go-ipfs used to hardcode "ipfs daemon" in it's entrypoint
# this workaround supports the new syntax so people start setting daemon explicitly # 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: 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: run 'docker run ipfs/go-ipfs daemon $@' instead" >&2
echo "DEPRECATED: see the following PRs for more information:" >&2 echo "DEPRECATED: see the following PRs for more information:" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment