From 3af4c12658e7ec69f8a1af486041ce5e91161839 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 29 Apr 2013 01:02:53 -0400 Subject: [PATCH] typo --- .puppet/go.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.puppet/go.pp b/.puppet/go.pp index f18ff42..4afcedf 100644 --- a/.puppet/go.pp +++ b/.puppet/go.pp @@ -11,6 +11,6 @@ exec { exec { "get_gocov": - command => "go get -u github.com/axv/gocov", + command => "go get -u github.com/axw/gocov", path => "/usr/bin", }