From b876d74effb0b1e397eb7aa08f4667d8cf622371 Mon Sep 17 00:00:00 2001 From: Alistair Hey Date: Sat, 7 Nov 2020 05:45:26 +0000 Subject: [PATCH] Fix arkade download in post Signed-off-by: Alistair Hey --- _posts/2020-10-28-puppeteer-scraping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2020-10-28-puppeteer-scraping.md b/_posts/2020-10-28-puppeteer-scraping.md index 46941bed..8f757faa 100644 --- a/_posts/2020-10-28-puppeteer-scraping.md +++ b/_posts/2020-10-28-puppeteer-scraping.md @@ -76,7 +76,7 @@ For the impatient, our [arkade tool](https://get-arkade.dev) can get you up and ```bash # Get arkade, and move it to $PATH -curl -sLS https://get-arkade.dev | sh +curl -sLS https://dl.get-arkade.dev | sh sudo mv arkade /usr/local/bin/ # Run Kubernetes locally