From 216f2a5c0594342e770f6c8a2f84bd8c1902aa76 Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Wed, 30 May 2018 19:27:07 +0200 Subject: [PATCH] Cosmetic change. --- syncthing-resolve-conflicts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing-resolve-conflicts b/syncthing-resolve-conflicts index 3ded996..38f910c 100755 --- a/syncthing-resolve-conflicts +++ b/syncthing-resolve-conflicts @@ -182,7 +182,7 @@ while IFS= read -u 3 -r -d '' conflict; do # Original filename. TODO: Improve pattern match (digits only). file="${conflict/.sync-conflict-????????-??????-???????/}" # Handle sync conflict. - msg "Sync conflict: %s" "$conflict" + msg "Sync conflict: %s" "$conflict" msg2 "Original file: %s" "$file" if [ ! -f "$file" ]; then warning "Original file not found for conflict %s." "$conflict"