File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Static repository
81
81
static repository is useful.
82
82
All you need is to create a directory in "$VOLTPATH/repos/<repos>".
83
83
84
- When -u was not specified (install) and given repositories exist, volt does not request to clone the repositories.
84
+ When -u was not specified (install) and given repositories exist, volt does not make a request to clone the repositories.
85
85
Therefore, "volt get" tries to fetch repositories but skip it because the directory exists.
86
86
then it adds repositories to lock.json if not found.
87
87
Original file line number Diff line number Diff line change 7
7
"strconv"
8
8
)
9
9
10
- var voltVersion string = "v0.1.4-alpha "
10
+ var voltVersion string = "v0.2.0 "
11
11
12
12
func Version (args []string ) int {
13
13
fmt .Printf ("volt version: %s\n " , voltVersion )
You can’t perform that action at this time.
0 commit comments