fwyqlpuyqwlu

This commit is contained in:
2026-01-23 18:34:44 +02:00
parent 74e4fcdc3c
commit 803ed92c5c
+1 -1
View File
@@ -18,7 +18,7 @@ def main [subject: string, shortcode: string, number: string = ""] {
copy-template $temp_dir
generate-doc-toml $shortcode_lower $subject_lower $temp_dir $number
if not ($final_dir | path exists) {
if ($final_dir | path exists) {
error make -u {msg: $"Directory ($final_dir) already exists"}
}