Skip to content

Commit

Permalink
fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora committed Jun 28, 2017
1 parent 43b4bbe commit 42af161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rmate
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ function dirpath {
function canonicalize {
filepath="$1"

if [[ "${filepath:0:1}" = "-" ]]; then
filepath="./$filepath"
fi
if [[ "${filepath:0:1}" = "-" ]]; then
filepath="./$filepath"
fi

dir=`dirpath "$filepath"`
if [ -L "$filepath" ]; then
Expand Down

0 comments on commit 42af161

Please sign in to comment.