We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44f0df commit f332c91Copy full SHA for f332c91
hack/checkCreatedAtAnnotation.sh
@@ -15,7 +15,7 @@
15
16
changed_files=$(git status -s)
17
printf "${changed_files}"
18
-if [[ "${changed_files}" == "M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml" ]] ; then
+if [[ "${changed_files}" == 'M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml' ]] ; then
19
printf "clusterserviceversion.yaml with createdAt /n"
20
changed_files=''
21
else
0 commit comments