From 0664f3f69be11e9580d366e81f570f127ad79883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 17 Jul 2023 10:01:17 +0700 Subject: [PATCH] Update common/environment/setup/archive.sh Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- common/environment/setup/archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/environment/setup/archive.sh b/common/environment/setup/archive.sh index a04669ee9da194..96eefc0bbb78c0 100644 --- a/common/environment/setup/archive.sh +++ b/common/environment/setup/archive.sh @@ -151,7 +151,7 @@ vsrcextract() { case "$1" in -C) if [ -z "$2" ]; then - msg_error "$pkgver: vextract -C .\n" + msg_error "$pkgver: vsrcextract -C .\n" fi dst="$2" shift 2