Compare commits

..

1 Commits

Author SHA1 Message Date
ಠ_ಠ
bbd7ee83f9
Merge 0a48d13d6c into b5604b8b9f 2024-02-09 14:19:33 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.22-alpine as builder
FROM golang:1.21-alpine as builder
WORKDIR /app
COPY go.* .

View File

@ -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)