Skip to content

Commit f332c91

Browse files
committed
[KOGITO-9428]Update Operator SDK
Signed-off-by: desmax74 <mdessi@redhat.com>
1 parent b44f0df commit f332c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/checkCreatedAtAnnotation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
changed_files=$(git status -s)
1717
printf "${changed_files}"
18-
if [[ "${changed_files}" == "M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml" ]] ; then
18+
if [[ "${changed_files}" == 'M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml' ]] ; then
1919
printf "clusterserviceversion.yaml with createdAt /n"
2020
changed_files=''
2121
else

0 commit comments

Comments
 (0)