Skip to content

Commit

Permalink
removed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mitechie committed Aug 23, 2010
1 parent b15880c commit 5d5f235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimsync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# add to ~/bin: ln -s ~/configs/pyvim/vimsync.sh ~/bin/vimsync.sh

# Sync my vim config to a remote host specified.
# Sync my vim config to a remote host specified.
# Steps:
# 1. cd ~/configs/pyvim
# 2. git co portable
Expand All @@ -25,7 +25,7 @@ git checkout $VIMBRANCH

# get the hostname
if [ $# -ne 1 ]
then
then
echo "Usage: vimsync HOSTNAME"
return 65
fi
Expand Down

0 comments on commit 5d5f235

Please sign in to comment.