Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 4877e57

Browse files
committed
fix in indentation
1 parent 716a669 commit 4877e57

File tree

1 file changed

+2
-2
lines changed
  • charts/activiti-cloud-notifications-graphql

1 file changed

+2
-2
lines changed

charts/activiti-cloud-notifications-graphql/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ updatebot/push-version:
7575
$(eval ACTIVITI_CLOUD_NOTIFICATIONS_SERVICE_VERSION=$(shell mvn help:evaluate -Dexpression=activiti-cloud-notifications-service-graphql.version -q -DforceStdout -f ../../pom.xml))
7676

7777
@echo Doing updatebot push-version.....
78-
cd ../../ && updatebot push-version --kind maven activiti-cloud-notifications-service-graphql.version $(ACTIVITI_CLOUD_NOTIFICATIONS_SERVICE_VERSION)
79-
cd ../../ && updatebot push-version --kind make ACTIVITI_CLOUD_NOTIFICATIONS_VERSION $(RELEASE_VERSION)
78+
cd ../../ && updatebot push-version --kind maven activiti-cloud-notifications-service-graphql.version $(ACTIVITI_CLOUD_NOTIFICATIONS_SERVICE_VERSION)
79+
cd ../../ && updatebot push-version --kind make ACTIVITI_CLOUD_NOTIFICATIONS_VERSION $(RELEASE_VERSION)
8080

8181
cd ../../ && rm -rf .updatebot-repos/
8282
sleep $$[ ( $$RANDOM % 10 ) + 1 ]s

0 commit comments

Comments
 (0)