Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
7bc56e74
Commit
7bc56e74
authored
Aug 17, 2016
by
Adam Reese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(cmd): s/supress/suppress/
Suppress is spelled wrong. Matt did it.
parent
120256ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
init.go
cmd/helm/init.go
+1
-1
No files found.
cmd/helm/init.go
View file @
7bc56e74
...
...
@@ -75,7 +75,7 @@ func (i *initCmd) run() error {
if
!
strings
.
Contains
(
err
.
Error
(),
`"tiller-deploy" already exists`
)
{
return
fmt
.
Errorf
(
"error installing: %s"
,
err
)
}
fmt
.
Fprintln
(
i
.
out
,
"Warning: Tiller is already installed in the cluster. (Use --client-only to supress this message.)"
)
fmt
.
Fprintln
(
i
.
out
,
"Warning: Tiller is already installed in the cluster. (Use --client-only to sup
p
ress this message.)"
)
}
else
{
fmt
.
Fprintln
(
i
.
out
,
"
\n
Tiller (the helm server side component) has been installed into your Kubernetes Cluster."
)
}
...
...
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