Skip to content

Commit

Permalink
Merge pull request containers#911 from cgwalters/fix-nushell-syntax
Browse files Browse the repository at this point in the history
tests: Fix syntax error from newer nushell
  • Loading branch information
jeckersb authored Nov 20, 2024
2 parents 93a8277 + 6f80efe commit 0ff93f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/booted/test-image-pushpull-upgrade.nu
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN echo test content2 > /usr/share/blah.txt
# Build it
podman build -t localhost/bootc-derived .
let booted_digest = $booted.imageDigest
print booted_digest = $booted_digest
print $"booted_digest = ($booted_digest)"
# We should already be fetching updates from container storage
bootc upgrade
# Verify we staged an update
Expand Down

0 comments on commit 0ff93f8

Please sign in to comment.