Skip to content

Commit

Permalink
ci: Fix typo in terraform-docs download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
memes committed Jan 9, 2024
1 parent c0cb24c commit 4db483b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo chmod 0755 /usr/local/bin/talisman
- name: Install terraform-docs
run: |
sudo sh -c 'curl -sL https://github.com/terraform-docs/terraform-docs/releases/download/v0.16.0/terraform-docs-v0.17.0-linux-amd64.tar.gz | tar xzf - -C /usr/local/bin'
sudo sh -c 'curl -sL https://github.com/terraform-docs/terraform-docs/releases/download/v0.17.0/terraform-docs-v0.17.0-linux-amd64.tar.gz | tar xzf - -C /usr/local/bin'
sudo chmod 0755 /usr/local/bin/terraform-docs
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 4db483b

Please sign in to comment.