From b7cc0c0c7e37611e87e61f26a9d56a6887cb57ed Mon Sep 17 00:00:00 2001 From: Christopher Murphy Date: Wed, 25 Mar 2020 16:38:20 -0600 Subject: [PATCH] Fix typo: `Staping` -> `Statping` --- AWS-EC2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AWS-EC2.md b/AWS-EC2.md index 2f9be7a..9b137c3 100644 --- a/AWS-EC2.md +++ b/AWS-EC2.md @@ -8,7 +8,7 @@ Choose the correct AMI Image ID based on your AWS region. - us-west-2 `ami-007c6990949f5ccee` (Oregon) - 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. ``` VERSION=$(curl -s "https://github.com/hunterlong/statping/releases/latest" | grep -o 'tag/[v.0-9]*' | awk -F/ '{print $2}')