Commit 3f6a5eb1 authored by Jan Reimes's avatar Jan Reimes
Browse files

🎨 style(mise): remove unnecessary quotes around code-deduplication argument

parent 31fa4dbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,6 +69,6 @@ run = [
    "@echo off",
    "cls",
    "bunx skills add https://github.com/nicobailon/visual-explainer -a universal -y",
    "bunx skills add https://github.com/alinaqi/claude-bootstrap -s 'code-deduplication' -a universal -y",
    "bunx skills add https://github.com/alinaqi/claude-bootstrap -s code-deduplication -a universal -y",

]