From 76a690580ab046aab1f29a283a9f7ffaafc39974 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Mon, 28 Jan 2013 01:29:39 +0100 Subject: [PATCH] Swap matttproud for prometheus in paths. --- Makefile.TRAVIS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.TRAVIS b/Makefile.TRAVIS index 7640b7587..45b7af8d0 100644 --- a/Makefile.TRAVIS +++ b/Makefile.TRAVIS @@ -140,15 +140,15 @@ rsync-stamp: test: test-stamp test-stamp: preparation source - cd ${GOPATH}/src/github.com/matttproud + cd ${GOPATH}/src/github.com/prometheus $(MAKE) test touch $@ source: source-stamp source-stamp: - -mkdir -vp ${GOPATH}/src/github.com/matttproud - ln -sf $${PWD} ${GOPATH}/src/github.com/matttproud/prometheus + -mkdir -vp ${GOPATH}/src/github.com/prometheus + ln -sf $${PWD} ${GOPATH}/src/github.com/prometheus/prometheus touch $@ clean: