Skip to content

Commit 0ff93f8

Browse files
authored
Merge pull request #911 from cgwalters/fix-nushell-syntax
tests: Fix syntax error from newer nushell
2 parents 93a8277 + 6f80efe commit 0ff93f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/booted/test-image-pushpull-upgrade.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN echo test content2 > /usr/share/blah.txt
8383
# Build it
8484
podman build -t localhost/bootc-derived .
8585
let booted_digest = $booted.imageDigest
86-
print booted_digest = $booted_digest
86+
print $"booted_digest = ($booted_digest)"
8787
# We should already be fetching updates from container storage
8888
bootc upgrade
8989
# Verify we staged an update

0 commit comments

Comments
 (0)