version bump for testing
This commit is contained in:
parent
cbe0a4f9d3
commit
92392f9796
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ proc genCreateCommand*(repo: string, sources: seq[string], stats: bool, further_
|
||||||
if not stats: stats_flag = ""
|
if not stats: stats_flag = ""
|
||||||
var source_dirs = ""
|
var source_dirs = ""
|
||||||
for source in sources:
|
for source in sources:
|
||||||
source_dirs &= fmt""""{source}""""
|
source_dirs &= fmt""" "{source}" """
|
||||||
let cmd = fmt"{BORG_BIN} create {stats_flag} {repo} {source_dirs} {args}"
|
let cmd = fmt"{BORG_BIN} create {stats_flag} {repo} {source_dirs} {args}"
|
||||||
return cmd
|
return cmd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue