Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 59b0923

Browse files
authored
Update Makefile
1 parent f73a859 commit 59b0923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ NPM_INSTALL = npm prune --production=false && npm install
3030
BOWER_INSTALL = bower prune && bower install --config.registry.search=http://registry.origami.ft.com --config.registry.search=https://bower.herokuapp.com
3131
JSON_GET_VALUE = grep $1 | head -n 1 | sed 's/[," ]//g' | cut -d : -f 2
3232
IS_GIT_IGNORED = grep -q $(if $1, $1, $@) .gitignore
33-
VERSION = v26
33+
VERSION = master
3434
APP_NAME = $(shell cat package.json 2>/dev/null | $(call JSON_GET_VALUE,name))
3535
DONE = echo ✓ $@ done
3636
CONFIG_VARS = curl -fsL https://ft-next-config-vars.herokuapp.com/$1/$(call APP_NAME)$(if $2,.$2,) -H "Authorization: `heroku config:get APIKEY --app ft-next-config-vars`"

0 commit comments

Comments
 (0)