From: Silvio Rhatto Date: Sat, 9 Feb 2013 14:34:00 +0000 (-0200) Subject: Minor fix at sync-code X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=719d28d2fcefd4968e64f1749ce7e5fd02e12b39;p=scripts.git Minor fix at sync-code --- diff --git a/sync-code b/sync-code index 24b39f2..7623e9b 100755 --- a/sync-code +++ b/sync-code @@ -12,7 +12,7 @@ if [ ! -z "$DEST" ]; then if [ "$BASENAME" == "sync-code" ]; then profile="$DEST-code" elif [ "$BASENAME" == "sync-irssi" ]; then - profile="$DEST-code" + profile="$DEST-irssi" else profile="$DEST-home" fi