Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
306dfb34
Commit
306dfb34
authored
Dec 18, 2020
by
gammazero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
additional escape
parent
e777adf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/commands/name/publish.go
core/commands/name/publish.go
+1
-1
No files found.
core/commands/name/publish.go
View file @
306dfb34
...
...
@@ -154,7 +154,7 @@ Alternatively, publish an <ipfs-path> using a valid PeerID (as listed by
if
quieter
{
_
,
err
=
fmt
.
Fprintln
(
w
,
cmdenv
.
EscNonPrint
(
ie
.
Name
))
}
else
{
_
,
err
=
fmt
.
Fprintf
(
w
,
"Published to %s: %s
\n
"
,
cmdenv
.
EscNonPrint
(
ie
.
Name
),
ie
.
Value
)
_
,
err
=
fmt
.
Fprintf
(
w
,
"Published to %s: %s
\n
"
,
cmdenv
.
EscNonPrint
(
ie
.
Name
),
cmdenv
.
EscNonPrint
(
ie
.
Value
)
)
}
return
err
}),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment