Skip to content

Commit

Permalink
Merge pull request #6 from devdrops/tmp_folder
Browse files Browse the repository at this point in the history
Merged #6.
  • Loading branch information
devdrops committed Apr 12, 2016
2 parents 9c870c6 + 43ba66f commit eedcb7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PHPCS_IGNORE=
PHPMD_BIN=/usr/bin/phpmd
PHPMD_OUTPUT=text
PHPMD_PATTERNS_LIST=cleancode,codesize,controversial,design,naming,unusedcode
TMP_STAGING=".tmp_staging"
TMP_STAGING="/tmp/.tmp_staging"

# Parse config
CONFIG_FILE=$(dirname $0)/config
Expand Down Expand Up @@ -162,5 +162,7 @@ fi

tput setaf 7;

rm -rf $TMP_STAGING

echo ""
exit 0;

0 comments on commit eedcb7e

Please sign in to comment.