move revisions file to ~/.tendermint/

This commit is contained in:
Jae Kwon
2015-07-13 11:49:09 -07:00
parent dea5eab643
commit e4fae760af
4 changed files with 7 additions and 13 deletions
+1 -3
View File
@@ -5,14 +5,12 @@ import (
"io/ioutil"
"os"
"os/signal"
"path"
"sync"
"time"
)
var (
GoPath = os.Getenv("GOPATH")
TendermintRepo = path.Join(GoPath, "src", "github.com", "tendermint", "tendermint")
GoPath = os.Getenv("GOPATH")
)
func TrapSignal(cb func()) {