Skip to content

Commit

Permalink
Update internal/cmd/stack/stack_selector.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas <[email protected]>
  • Loading branch information
mwasilew2 and tomasmik authored Sep 29, 2023
1 parent e8f4b3c commit 5e4b1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/stack/stack_selector.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func stackExists(ctx context.Context, stackId string) error {

err := authenticated.Client.Query(ctx, &query, variables)
if err != nil {
return fmt.Errorf("failed to query GraphQL API: %w", err)
return fmt.Errorf("failed to query GraphQL API when checking if a stack exists: %w", err)
}

if query.Stack.ID == "" {
Expand Down

0 comments on commit 5e4b1f5

Please sign in to comment.