Skip to content

Commit 92e5ae7

Browse files
ibuziukamisevsk
authored andcommitted
fix: typo in the olm.mk
1 parent 0695055 commit 92e5ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/make/olm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ _check_opm_version:
107107

108108
_check_skopeo_installed:
109109
if ! command -v skopeo &> /dev/null; then \
110-
echo "Skopeo is required for building and deploying bundle, but it is not instealled." ;\
110+
echo "Skopeo is required for building and deploying bundle, but it is not installed." ;\
111111
exit 1
112112
fi

0 commit comments

Comments
 (0)