Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa committed Jun 5, 2021
1 parent f2423e5 commit 196f61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/gcp/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ func (p *Provider) addProjectParam() {
return
}

func (p *Provider) addGKEPageStateParam(namespace string) {
func (p *Provider) addGKEPageStateParam(namespaces string) {
q := p.URL.Query()
q.Add("pageState", constructPageStateParam(namespace))
q.Add("pageState", constructPageStateParam(namespaces))
p.URL.RawQuery = q.Encode()
return
}
Expand Down

0 comments on commit 196f61e

Please sign in to comment.