mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-24 17:16:29 +00:00
Compare commits
1 Commits
e988de266b
...
bbd7ee83f9
Author | SHA1 | Date | |
---|---|---|---|
|
bbd7ee83f9 |
@ -1,4 +1,4 @@
|
||||
FROM golang:1.22-alpine as builder
|
||||
FROM golang:1.21-alpine as builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY go.* .
|
||||
|
@ -143,7 +143,6 @@ func (b Backend) Exec(args []string) error {
|
||||
return err
|
||||
}
|
||||
options := ExecuteOptions{Envs: env}
|
||||
args = append(args, combineBackendOptions("exec", b)...)
|
||||
_, out, err := ExecuteResticCommand(options, args...)
|
||||
if err != nil {
|
||||
colors.Error.Println(out)
|
||||
|
Loading…
Reference in New Issue
Block a user