Skip to content

Commit

Permalink
Merge pull request #1 from cfbarbero/list-remote-increase-pagesize
Browse files Browse the repository at this point in the history
Change list-remote to include all versions
  • Loading branch information
cunymatthieu authored Jul 15, 2019
2 parents 46d1cb0 + ef48306 commit d4906f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/tgenv-list-remote
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ ${#} -ne 0 ];then
exit 1
fi

link_release="https://api.github.com/repos/gruntwork-io/terragrunt/tags"
link_release="https://api.github.com/repos/gruntwork-io/terragrunt/tags?per_page=1000"
print=`curl --tlsv1.2 -sf $link_release`

return_code=$?
Expand Down

0 comments on commit d4906f2

Please sign in to comment.