Merge pull request #21902 from peterhoeg/f/tg

terragrunt: fix typo
This commit is contained in:
Jörg Thalheim 2017-01-15 14:03:34 +01:00 committed by GitHub
commit 803a56af26

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; {