commit 21788ca1e9e1ba5d47f73dff31a2c9da1ed53718
parent 34f5b40de7148be7b17d2357a6805e79e33cd001
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 29 May 2020 13:06:17 +0300
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkrootfs.sh b/mkrootfs.sh
@@ -82,7 +82,7 @@ export KISS_ROOT="$MNTDIR"
# remove pre-existing repositories. We then shallow
# clone the repositories to both locations.
case $REPO in
- rysnc://*)
+ rsync://*)
msg "Acquiring repository"
mkdir -p "$MNTDIR/var/db/kiss" /tmp
rm -rf /tmp/repo "$MNTDIR/var/db/kiss/repo"