mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
mkosi: fix typo
Follow-up for 4d0f1451b58dbd4b94da579b800adef4f4e42c34.
This commit is contained in:
parent
77630ec909
commit
17be4d7b98
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user