3
0
Fork 0
forked from mirrors/nixpkgs

terragrunt: fix typo

In my earlier PR #21901, I had pushed the wrong local branch without a '$'.

Apologies @Mic92 - please apply.
This commit is contained in:
Peter Hoeg 2017-01-15 19:11:56 +08:00
parent d6517b6e5e
commit 388371152a

View file

@ -19,7 +19,7 @@ buildGoPackage rec {
postInstall = ''
wrapProgram $bin/bin/terragrunt \
--set TERRAGRUNT_TFPATH {lib.getBin terraform}/bin/terraform
--set TERRAGRUNT_TFPATH ${lib.getBin terraform}/bin/terraform
'';
meta = with stdenv.lib; {