Print error message

main
trivernis 11 months ago
parent 978f14d18d
commit 3f03fb677d
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -39,7 +39,7 @@ export def needs_update [] {
try {
( dockerhub get_image_digest $image $tag ) != $digest
} catch {
print "Failed to get image information"
print $"Failed to get image information ($in)"
false
}
} else {

Loading…
Cancel
Save