Skip to content

Commit c40eea8

Browse files
committed
Fix trailing whitespace
1 parent c15c39e commit c40eea8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ larger changes where `develop` might move on whilst you're completing your work.
3939
#### Configuring Git Flow
4040

4141
There is a set of [helper scripts][9] that will work on both Unix-based
42-
operating systems and Windows. Follow the appropriate
42+
operating systems and Windows. Follow the appropriate
4343
[installation instructions][10] for your operating system, and configure your
4444
working copy repository for use with Git Flow by typing `git flow init`.
4545
Accept all the default options to the questions that it asks you.

bin/dotsync

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function getconfig()
6161
CONFIG="$HOME/$DOTFILES/dotsyncrc"
6262
elif [[ -s $HOME/$DOTFILES/.dotsyncrc ]]; then
6363
CONFIG="$HOME/$DOTFILES/.dotsyncrc"
64-
else
64+
else
6565
echo "*** $CONFIG doesnt exist, exiting ***"
6666
exit 1
6767
fi
@@ -283,7 +283,7 @@ function gitpull()
283283
echo "*** Pulling latest changes from $ORIGIN ***"
284284
git pull $GITOPT
285285
if [[ "$1" == "all" ]]; then
286-
initlocal
286+
initlocal
287287
cd $HOME/$DOTFILES
288288
echo "*** Pulling latest changes for submodules ***"
289289
git submodule $GITSUBOPT update --init
@@ -472,7 +472,7 @@ function options()
472472
function init()
473473
{
474474
if [[ -z $SERVER ]]; then
475-
initlocal
475+
initlocal
476476
else
477477
if [[ $RSYNC == True ]]; then
478478
rsyncremote $SERVER init

0 commit comments

Comments
 (0)