Skip to content

Commit c4cc640

Browse files
a
1 parent 81f4b1e commit c4cc640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/codefresh/argo_runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func (r *argoRuntime) Create(ctx context.Context, runtimeName, cluster, runtimeV
9999
res := &graphQlRuntimeCreationResponse{}
100100
err := r.codefresh.graphqlAPI(ctx, jsonData, res)
101101
if err != nil {
102-
return nil, fmt.Errorf("failed making an graphql API call while creating runtime: %w", err)
102+
return nil, fmt.Errorf("failed making a graphql API call while creating runtime: %w", err)
103103
}
104104

105105
if len(res.Errors) > 0 {

0 commit comments

Comments
 (0)