Fix stupid :: mistake
authorCameron Ball <cameron@cameron1729.xyz>
Sat, 4 May 2019 09:54:16 +0000 (17:54 +0800)
committerCameron Ball <cameron@cameron1729.xyz>
Sat, 4 May 2019 09:54:16 +0000 (17:54 +0800)
ScoreSync.sh

index 1ff80a8..874f1c3 100755 (executable)
@@ -208,7 +208,7 @@ if [ "$1" = "push" ]; then
                 if [[ ${i:0:4} = "SONG" ]]; then
                     if [ "$no_dump" = false ]; then
                         for j in "${!jjj_types[@]}"; do
-                            writeout="${writeout}\n${jjj_hash}:${jjj_diffs[$j]}::${jjj_types[$j]}:${jjj_scores[$j]}"
+                            writeout="${writeout}\n${jjj_hash}:${jjj_diffs[$j]}:${jjj_types[$j]}:${jjj_scores[$j]}"
                         done
                     else
                         writeout="${writeout}\n${jjj_hash}:NODATA"