Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 4, 2024
1 parent bd91463 commit 9de954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
{
echo "ansible_playbook<<EOF"
echo "$ anisble-playbook playbook.yml -i inventory.ini"
echo "$ ansible-playbook playbook.yml -i inventory.ini"
ansible-playbook playbook.yml -i inventory.ini --key-file ~/.ssh/ooni-devops-prod.pem
echo "EOF"
} >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 9de954b

Please sign in to comment.