Skip to content

Commit b38a6e0

Browse files
committed
don't output the command itself
1 parent 867e456 commit b38a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jira-release-version: ## Update Jira version in a release
203203

204204
.PHONY: generate-oauth2-token
205205
generate-oauth2-token: ## Generate OAuth2 access token from Service Account credentials
206-
go run ./tools/generate-oauth2-token/*.go
206+
@go run ./tools/generate-oauth2-token/*.go
207207

208208
.PHONY: enable-autogen
209209
enable-autogen: ## Enable use of autogen resources in the provider

0 commit comments

Comments
 (0)