From f1454b8fdc1e45300558f79287a93a2e76a99f78 Mon Sep 17 00:00:00 2001 From: Nicholas Lamicela Date: Mon, 17 Feb 2025 12:14:54 -0800 Subject: [PATCH] correction --- content/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.md b/content/index.md index 46af0d5..157bdc1 100644 --- a/content/index.md +++ b/content/index.md @@ -80,7 +80,7 @@ Stuff I've made! ### convert all files in dir to mp3 on windows ```ps -gci -file | %{ ffmpeg -i $_.fullname $_.basename.mp3 } +gci -file | %{ ffmpeg -i $_.fullname $($_.basename).mp3 } ``` ## log