Commit 01c61981 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Merge branch 'hotfix/0.1.3' into develop

parents e4591cdb ea9ca511
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#  along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

AC_INIT([git-hooks], [0.1.2])
AC_INIT([git-hooks], [0.1.3])
AM_INIT_AUTOMAKE

gitcoredir=`git --exec-path`
+2 −2
Original line number Diff line number Diff line
@@ -210,10 +210,10 @@ build ()
	(
		unset GIT_DIR
		git fetch origin
		git checkout "${ref/heads/remotes/origin}"
		git checkout -B "${ref/heads\//}" "${ref/heads/remotes/origin}"
		git clean -f -d -q -x
		git reset --hard
	) >&2
	)

	# get the settings for this build
	profile=`config "$confsec" profile || determine_profile`