Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Jul 10, 2024
1 parent b4d154c commit fb7926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kardinal-cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func parseKubernetesManifestFile(kubernetesManifestFile string) ([]api_types.Ser
deployment := obj
serviceConfigs[index/2].Deployment = *deployment
default:
return nil, stacktrace.NewError("An error occurred parsing the manifest because of an unsupported type")
return nil, stacktrace.NewError("An error occurred parsing the manifest because of an unsupported kubernetes type")
}
}

Expand Down

0 comments on commit fb7926d

Please sign in to comment.