mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
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 New Issue
Block a user