[patch] change format of the git init error

This commit is contained in:
2026-01-14 09:12:58 -05:00
parent 12e838c0f0
commit a4f455deec

View File

@@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# Highly opinionated C and SH project generator # 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 # Copyright (C) 2025-2026 fSD THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
@@ -423,7 +423,7 @@ EOF
esac esac
if ! [ -z "$r" ]; then 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 fi
say "made $name at $(realpath "$name")" say "made $name at $(realpath "$name")"