Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
go-ipfs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
ipfs
go-ipfs
Commits
bd0ed9ea
Unverified
Commit
bd0ed9ea
authored
Nov 18, 2017
by
Whyrusleeping
Committed by
GitHub
Nov 18, 2017
Browse files
Options
Downloads
Plain Diff
Merge pull request #4381 from massino/patch-1
Remove reference to "this PR" in code
parents
b0e44066
36674b9c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/container_daemon
+1
-1
1 addition, 1 deletion
bin/container_daemon
with
1 addition
and
1 deletion
bin/container_daemon
+
1
−
1
View file @
bd0ed9ea
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment