Correcting typo

This commit is contained in:
gmembre 2015-07-09 22:49:27 +02:00
parent 14e25100d4
commit 3fa228dcbb

View File

@ -17,7 +17,7 @@ dev environment.
## Get Code
```
export GOPATH=``pwd`
export GOPATH=`pwd`
go get github.com/grafana/grafana
```