mirror of
https://github.com/octoleo/restic.git
synced 2025-02-02 11:58:26 +00:00
parent
1d2045cb61
commit
52004cdde8
5
build.go
5
build.go
@ -401,7 +401,10 @@ func main() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
die("Getwd() returned %v\n", err)
|
die("Getwd() returned %v\n", err)
|
||||||
}
|
}
|
||||||
output := filepath.Join(cwd, outputFilename)
|
output := outputFilename
|
||||||
|
if !filepath.IsAbs(output) {
|
||||||
|
output = filepath.Join(cwd, output)
|
||||||
|
}
|
||||||
|
|
||||||
version := getVersion()
|
version := getVersion()
|
||||||
constants := Constants{}
|
constants := Constants{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user