Skip to content

2.2.2

Compare
Choose a tag to compare
@flaupretre flaupretre released this 19 Oct 11:55
· 1 commit to master since this release
Fixup #44: Fixup bug when defining `ABSPATH` variable

Using `cd` might cause shell to echo back new working directory
(cf. issue https://github.com/flaupretre/terraform-ssh-tunnel/issues/44)

Proposed solution is to redirect `cd` output to `/dev/null`