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
1fe65ca5
Unverified
Commit
1fe65ca5
authored
Jun 08, 2018
by
Matthew Fisher
Committed by
GitHub
Jun 08, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4196 from liyongxin/typo-fix-lengh-to-length
typo fix for lengh to length
parents
1a728c6f
63760b29
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage.go
pkg/storage/storage.go
+1
-1
No files found.
pkg/storage/storage.go
View file @
1fe65ca5
...
@@ -163,7 +163,7 @@ func (s *Storage) History(name string) ([]*rspb.Release, error) {
...
@@ -163,7 +163,7 @@ func (s *Storage) History(name string) ([]*rspb.Release, error) {
return
s
.
Driver
.
Query
(
map
[
string
]
string
{
"NAME"
:
name
,
"OWNER"
:
"TILLER"
})
return
s
.
Driver
.
Query
(
map
[
string
]
string
{
"NAME"
:
name
,
"OWNER"
:
"TILLER"
})
}
}
// removeLeastRecent removes items from history until the lengh number of releases
// removeLeastRecent removes items from history until the leng
t
h number of releases
// does not exceed max.
// does not exceed max.
//
//
// We allow max to be set explicitly so that calling functions can "make space"
// We allow max to be set explicitly so that calling functions can "make space"
...
...
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