Skip to content

Commit 3710994

Browse files
author
Gabriel Monroy
committed
fix(makefile): replace user-data inline
1 parent 4d853a7 commit 3710994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev-registry: check-docker
1717
@echo " export DEV_REGISTRY=`boot2docker ip 2>/dev/null`:5000"
1818

1919
discovery-url:
20-
sed -i .orig -e "s,# discovery: https://discovery.etcd.io/12345693838asdfasfadf13939923,discovery: $$(curl -s -w '\n' https://discovery.etcd.io/new)," contrib/coreos/user-data
20+
sed -i -e "s,# discovery: https://discovery.etcd.io/12345693838asdfasfadf13939923,discovery: $$(curl -s -w '\n' https://discovery.etcd.io/new)," contrib/coreos/user-data
2121

2222
build: check-docker
2323
@$(foreach C, $(COMPONENTS), $(MAKE) -C $(C) build &&) echo done

0 commit comments

Comments
 (0)