Skip to content

Commit

Permalink
Display the relevant number in the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar authored and Omar committed Nov 20, 2023
1 parent d5d79d8 commit 5b9fa27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ func (backend *KubernetesKurtosisBackend) getMatchingApiContainerKubernetesResou
"but found '%v'",
namespaceName,
enclaveIdStr,
len(services),
len(servicesForEnclaveId),
)
}
service := servicesForEnclaveId[0]
Expand Down

0 comments on commit 5b9fa27

Please sign in to comment.