Skip to content

Commit a695541

Browse files
committed
fix tab
1 parent 85dba20 commit a695541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_multi_arch_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
shopt -s nullglob
7979
imgs=(eps-devcontainer-*.img)
8080
if [ ${#imgs[@]} -eq 0 ]; then
81-
echo "No images found to load."
81+
echo "No images found to load."
8282
else
8383
for img in "${imgs[@]}"; do
8484
echo "Loading image from $img..."

0 commit comments

Comments
 (0)