Skip to content

Commit 8a57884

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hack/checkCreatedAtAnnotation.sh

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

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

0 commit comments

Comments
 (0)