We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85dba20 commit a695541Copy full SHA for a695541
1 file changed
.github/workflows/build_multi_arch_image.yml
@@ -78,7 +78,7 @@ jobs:
78
shopt -s nullglob
79
imgs=(eps-devcontainer-*.img)
80
if [ ${#imgs[@]} -eq 0 ]; then
81
- echo "No images found to load."
+ echo "No images found to load."
82
else
83
for img in "${imgs[@]}"; do
84
echo "Loading image from $img..."
0 commit comments