Skip to content

Commit

Permalink
fix verbose, local lock to git dir
Browse files Browse the repository at this point in the history
  • Loading branch information
roojs committed Dec 14, 2010
1 parent 43a9ad1 commit 9066f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-ftp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# General config
DEFAULT_PROTOCOL="ftp"
DEPLOYED_SHA1_FILE=".git-ftp.log"
LCK_FILE="`basename $0`.lck"
LCK_FILE=".git/`basename $0`.lck"
REMOTE_LCK_FILE="`basename $0`.lck"

# ------------------------------------------------------------
Expand Down Expand Up @@ -395,7 +395,7 @@ do
-v|--verbose)
VERBOSE=$(($VERBOSE+1))
if [ $VERBOSE -gt 1 ]; then
REMOTE_CMD_OPTIONS="$REMOTE_CMD_OPTIONS -v"
REMOTE_CMD_OPTIONS="-v"
fi
;;
-f|--force)
Expand Down

0 comments on commit 9066f29

Please sign in to comment.