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 = ''
|
postInstall = ''
|
||||||
wrapProgram $bin/bin/terragrunt \
|
wrapProgram $bin/bin/terragrunt \
|
||||||
--set TERRAGRUNT_TFPATH {lib.getBin terraform}/bin/terraform
|
--set TERRAGRUNT_TFPATH ${lib.getBin terraform}/bin/terraform
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user