From c19d95765fcf0356843b1f582c1b7a5aae347e61 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 4 Mar 2025 18:21:10 +0100 Subject: [PATCH] called correct commands --- config/defaults.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/defaults.yaml b/config/defaults.yaml index e0b0ca1..6184674 100644 --- a/config/defaults.yaml +++ b/config/defaults.yaml @@ -26,7 +26,7 @@ repos: alias: dcs provider: github.com repository: directory-content-scanner - command: scan.py + command: python scan.py description: Scans directories to analyze and list file contents. homepage: https://github.com/kevinveenbirkenbach/directory-content-scanner verified: efcfc585d7a396ff7983196a621256a64728438b @@ -34,7 +34,7 @@ repos: alias: bsr provider: github.com repository: bulk-string-replacer - command: replace_string.py + command: python replace_string.py description: Replaces strings in bulk across multiple files. homepage: https://github.com/kevinveenbirkenbach/bulk-string-replacer verified: c7bf51941b691eea3cb8536d0f4e18427ba916e8