diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-29 13:06:17 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-29 13:06:17 +0300 |
commit | 21788ca1e9e1ba5d47f73dff31a2c9da1ed53718 (patch) | |
tree | 4962d6dd991dea8b9016052072607bf29273a866 | |
parent | 34f5b40de7148be7b17d2357a6805e79e33cd001 (diff) | |
download | mkrootfs-21788ca1e9e1ba5d47f73dff31a2c9da1ed53718.tar.gz |
typo
-rwxr-xr-x | mkrootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh index 41ee289..92a2a88 100755 --- 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" |