aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-09 12:34:00 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-09 12:34:00 -0200
commit719d28d2fcefd4968e64f1749ce7e5fd02e12b39 (patch)
tree59a36ba7086e193c24f83533048afa244b1b6c77
parent55972798840faa34a471e7fe40f406fa0bac3dbe (diff)
downloadscripts-719d28d2fcefd4968e64f1749ce7e5fd02e12b39.tar.gz
scripts-719d28d2fcefd4968e64f1749ce7e5fd02e12b39.tar.bz2
Minor fix at sync-code
-rwxr-xr-xsync-code2
1 files changed, 1 insertions, 1 deletions
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