Fix typo: `Staping` -> `Statping`

master
Christopher Murphy 2020-03-25 16:38:20 -06:00
parent 0884168aeb
commit b7cc0c0c7e
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@ Choose the correct AMI Image ID based on your AWS region.
- us-west-2 `ami-007c6990949f5ccee` (Oregon) - us-west-2 `ami-007c6990949f5ccee` (Oregon)
- eu-central-1 `ami-06e252d6d8b0c2f1f` (Frankfurt) - eu-central-1 `ami-06e252d6d8b0c2f1f` (Frankfurt)
# Upgrading Staping # Upgrading Statping
You can upgrade the Statping executable by running the commands below on your EC2 instance. You can upgrade the Statping executable by running the commands below on your EC2 instance.
``` ```
VERSION=$(curl -s "https://github.com/hunterlong/statping/releases/latest" | grep -o 'tag/[v.0-9]*' | awk -F/ '{print $2}') VERSION=$(curl -s "https://github.com/hunterlong/statping/releases/latest" | grep -o 'tag/[v.0-9]*' | awk -F/ '{print $2}')