Skip to content

Commit

Permalink
chore(Makefile): quiet login to upbound marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Mar 30, 2024
1 parent 24fcab4 commit 11909fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ run: go.build

# Login to the Upbound Marketplace via up login
up.login:
@$(UP) login -t $(TOKEN)
@$(UP) login -q -t $(TOKEN)

# ====================================================================================
# End to End Testing
Expand Down

0 comments on commit 11909fe

Please sign in to comment.