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:
parent
d6517b6e5e
commit
388371152a
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue