Skip to content

Commit b44f0df

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

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
@@ -16,7 +16,7 @@
1616
changed_files=$(git status -s)
1717
printf "${changed_files}"
1818
if [[ "${changed_files}" == "M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml" ]] ; then
19-
printf "clusterserviceversion.yaml with createdAt"
19+
printf "clusterserviceversion.yaml with createdAt /n"
2020
changed_files=''
2121
else
2222
[[ -z "$changed_files" ]] || (printf "Generation has not been done on this PR. See modified files: \n$changed_files\n Did you run 'make generate-all' before sending the PR" && exit 1)

0 commit comments

Comments
 (0)