Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Mar 1, 2019
1 parent 4b4fa7d commit ec5f89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/specs/replicatedapp/graphql.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func NewGraphqlClient(v *viper.Viper, client *http.Client) (*GraphQLClient, erro
// GetRelease gets a payload from the graphql server
func (c *GraphQLClient) GetRelease(selector *Selector) (*ShipRelease, error) {
requestObj := GraphQLRequest{
Query: getSlugAppSpecQuery,
Query: getAppspecQuery,
Variables: map[string]string{
"semver": selector.ReleaseSemver,
},
Expand Down

0 comments on commit ec5f89d

Please sign in to comment.