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

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb committed Oct 9, 2023
1 parent e4514b8 commit 489738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf-aws/workload.w
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class _Chart extends k8s.Chart {
if let port = props.port {
readiness = cdk8s.Probe.fromHttpGet(x, port: port);
} else {
throw "cannot implement readiness probe without a `port`";
throw "Cannot setup readiness probe without a `port`";
}
}

Expand Down

0 comments on commit 489738c

Please sign in to comment.