Skip to content

Commit fdb4efe

Browse files
ApehaengerCopilot
andauthored
Update stage-openmower/30-docker/00-run.sh
Fix typo Co-authored-by: Copilot <[email protected]>
1 parent a889bb0 commit fdb4efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage-openmower/30-docker/00-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if compgen -G "$DEST"/*.tar.gz.part* > /dev/null; then
2121
done
2222
fi
2323

24-
# Uncompress all .tar.gz files to .tar. OS image get ZIPped anyway but preload service only needs docker load em
24+
# Uncompress all .tar.gz files to .tar. OS image gets ZIPped anyway but preload service only needs docker load them
2525
for gz in "$DEST"/*.tar.gz; do
2626
[ -e "$gz" ] || break
2727
gunzip -f "$gz"

0 commit comments

Comments
 (0)