yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a4f455deec79403be980b422feaba046b06b2bd0
parent 12e838c0f066d4f8bb8d9df7f0de50787c48b86f
Author: vx-clutch <[email protected]>
Date:   Wed, 14 Jan 2026 09:12:58 -0500

[patch] change format of the git init error

Diffstat:
Mbin/yait | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/yait b/bin/yait @@ -1,7 +1,7 @@ #! /bin/sh # Highly opinionated C and SH project generator -scriptversion="0.1.0" +scriptversion="0.1.1" # # Copyright (C) 2025-2026 fSD THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR @@ -423,7 +423,7 @@ EOF esac if ! [ -z "$r" ]; then - git init -q || echo "$me: could not initilzie git repository" >&2 + git init -q || echo "$me: error: could not initilzie git repository" >&2 fi say "made $name at $(realpath "$name")"