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
6adf7d59
Commit
6adf7d59
authored
Apr 24, 2017
by
Jorge Marin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Print escaped chars
parent
e114807c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
get
scripts/get
+1
-1
No files found.
scripts/get
View file @
6adf7d59
...
@@ -138,7 +138,7 @@ fail_trap() {
...
@@ -138,7 +138,7 @@ fail_trap() {
result
=
$?
result
=
$?
if
[
"
$result
"
!=
"0"
]
;
then
if
[
"
$result
"
!=
"0"
]
;
then
echo
"Failed to install
$PROJECT_NAME
"
echo
"Failed to install
$PROJECT_NAME
"
echo
"
\t
For support, go to https://github.com/kubernetes/helm."
echo
-e
"
\t
For support, go to https://github.com/kubernetes/helm."
fi
fi
exit
$result
exit
$result
}
}
...
...
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