From c5b0de9b8f4cce32cdfefc55dedafefaee60df9d Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 4 Aug 2014 10:46:25 +0100 Subject: move: Fix the final sync part of the move script This is now called and sadly hadn't yet been tested. Just a minor typo and easy to fixup. --- mga-move-pkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mga-move-pkg b/mga-move-pkg index f7602c1..5a182d2 100755 --- a/mga-move-pkg +++ b/mga-move-pkg @@ -262,9 +262,9 @@ else updated="xxxx" for ((i=0;i<${#_releases[*]};++i)); do if ! inlist "${_releases[$i]}" "$updated"; then - update_common_MD5SUM "${_release[$i]}" - mirror_repository "${_release[$i]}" - updated="$updated ${_release[$i]}" + update_common_MD5SUM "${_releases[$i]}" + mirror_repository "${_releases[$i]}" + updated="$updated ${_releases[$i]}" fi done fi -- cgit v1.2.1