diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-09 12:34:00 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-09 12:34:00 -0200 |
| commit | 719d28d2fcefd4968e64f1749ce7e5fd02e12b39 (patch) | |
| tree | 59a36ba7086e193c24f83533048afa244b1b6c77 /sync-code | |
| parent | 55972798840faa34a471e7fe40f406fa0bac3dbe (diff) | |
| download | scripts-719d28d2fcefd4968e64f1749ce7e5fd02e12b39.tar.gz scripts-719d28d2fcefd4968e64f1749ce7e5fd02e12b39.tar.bz2 | |
Minor fix at sync-code
Diffstat (limited to 'sync-code')
| -rwxr-xr-x | sync-code | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
