Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 30, 2024
1 parent aaea125 commit 142642e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ image-packer list --root-dir=charts --output-dir=catalog

image-packer generate-scripts --output-dir=catalog \
--src=catalog/imagelist.yaml

make add-license fmt
```
2 changes: 1 addition & 1 deletion catalog/copy-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -z "${IMAGE_REGISTRY}" ]; then
fi

OS=$(uname -o)
if [ "${OS}" = "GNU/Linix" ]; then
if [ "${OS}" = "GNU/Linux" ]; then
OS=Linux
fi
ARCH=$(uname -m)
Expand Down
2 changes: 1 addition & 1 deletion catalog/export-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -x
mkdir -p images

OS=$(uname -o)
if [ "${OS}" = "GNU/Linix" ]; then
if [ "${OS}" = "GNU/Linux" ]; then
OS=Linux
fi
ARCH=$(uname -m)
Expand Down

0 comments on commit 142642e

Please sign in to comment.