From: Yu Watanabe Date: Fri, 8 Mar 2024 16:47:30 +0000 (+0900) Subject: mkosi: fix typo X-Git-Tag: v256-rc1~598 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17be4d7b9885c0fe44b55a7a8cede124616d1388;p=thirdparty%2Fsystemd.git mkosi: fix typo Follow-up for 4d0f1451b58dbd4b94da579b800adef4f4e42c34. --- diff --git a/mkosi.images/base/mkosi.sync b/mkosi.images/base/mkosi.sync index b93339afe1c..5ab43befc17 100755 --- a/mkosi.images/base/mkosi.sync +++ b/mkosi.images/base/mkosi.sync @@ -6,7 +6,7 @@ if ((CACHED)); then exit 0 fi -if [ -z "$(ls --almost-all "pkg/$DISTRIBTION")" ]; then +if [ -z "$(ls --almost-all "pkg/$DISTRIBUTION")" ]; then git clone "$PKG_URL" --branch "$PKG_BRANCH" "pkg/$DISTRIBUTION" elif [ -d "pkg/$DISTRIBUTION/.git" ] && [ "$(git -C "pkg/$DISTRIBUTION" rev-parse --abbrev-ref HEAD)" = "$PKG_BRANCH" ]; then git -C "pkg/$DISTRIBUTION" pull