Skip to content

Commit

Permalink
Align remote check in deploy task with repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
willm committed Dec 9, 2015
1 parent 95082cf commit 241934f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,7 +21,7 @@ endef

define assert_remote
@git remote -v | grep origin | \
grep "raoulmillais/node-7digital-api" > /dev/null 2>&1 || \
grep "raoulmillais/7digital-api" > /dev/null 2>&1 || \
(echo "Your origin must be the source repository " \
"raoulmillais/node-7digital-api" && exit 1)
endef
Expand Down

0 comments on commit 241934f

Please sign in to comment.