Skip to content

Commit

Permalink
The configuration file releases the directory error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taomin597715379 committed Aug 17, 2017
1 parent 71a801b commit 1495139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var needUpdateVersion bool = false
// UpdateURL new version pull url
const (
MAXFIELDNUMBER = 100000
SELF_CONF_FILE = `.` + string(os.PathSeparator) + `redisvo.toml`
SELF_CONF_FILE = string(os.PathSeparator) + `redisvo.toml`
UpdateURL = `https://api.github.com/repos/taomin597715379/redisvo/tags`
Version = `1.0`
)
Expand Down

0 comments on commit 1495139

Please sign in to comment.