Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #113 from AutomationD/master
Browse files Browse the repository at this point in the history
Don't generate config during tunnel.up
  • Loading branch information
AutomationD authored Jan 20, 2021
2 parents e92c8b9 + b8a7acf commit 4415fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tunnel/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ CMD_BASTION_SSH_TUNNEL_SSH_KEY_ENSURE_PRESENT = ($(AWS) --profile $(AWS_PROFILE)

# Tasks
########################################################################################################################
tunnel: tunnel.up
tunnel.up: tunnel.config
tunnel: tunnel.up tunnel.config
tunnel.up:
@$(CMD_BASTION_SSH_TUNNEL_UP)

tunnel.down:
Expand Down

0 comments on commit 4415fd2

Please sign in to comment.