From 43b69c488ff8d447414b542993bfdd7156b585d1 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 11 Jul 2024 08:01:25 -0400 Subject: [PATCH] Wrong filename for extras.ps1 --- bigtest.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigtest.ps1 b/bigtest.ps1 index 0a4be32..0c2bb72 100644 --- a/bigtest.ps1 +++ b/bigtest.ps1 @@ -1,7 +1,7 @@ mkdir test cd test -$scripts = 'extras.p1','python.ps1', 'cpp.ps1', 'nodejs.ps1', 'bunjs.ps1', 'ruby.ps1', 'go.ps1', 'zig.ps1', 'crystal.ps1', 'rust.ps1' +$scripts = 'extras.ps1','python.ps1', 'cpp.ps1', 'nodejs.ps1', 'bunjs.ps1', 'ruby.ps1', 'go.ps1', 'zig.ps1', 'crystal.ps1', 'rust.ps1' foreach($script in $scripts) { irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/$script -outfile $script