From 24caf03e1a32c048738352249eaee2cdc6e9989f Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Sat, 4 May 2019 17:54:16 +0800 Subject: [PATCH] Fix stupid :: mistake --- ScoreSync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScoreSync.sh b/ScoreSync.sh index 1ff80a8..874f1c3 100755 --- a/ScoreSync.sh +++ b/ScoreSync.sh @@ -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" -- 2.11.0