From 901adcecd42f623dfb19e5240442d41495b98f0a Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 22 Sep 2024 19:10:02 -0300 Subject: [PATCH] Fix typo --- libexec/webskel/commands/new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/webskel/commands/new b/libexec/webskel/commands/new index 5897e85..a2a82af 100755 --- a/libexec/webskel/commands/new +++ b/libexec/webskel/commands/new @@ -39,7 +39,7 @@ if [ -e "${sharebase}"/"${skel}".skeleton ]; then -exec install -m u=rwx,g=rx,o= {} "${destdir}"/"{}" \; \ -exec echo -n . \; echo - printok "initialized ${app}" + printok "initialized ${appname}" else printerr "skeleton ${skel} was not found" exit 1