1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

fix(deps): update golang-packages (#3958)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
renovate[bot]
2024-07-22 18:18:26 +02:00
committed by GitHub
parent d2b5e203b0
commit 251129a29c
4 changed files with 48 additions and 41 deletions

View File

@@ -21,7 +21,7 @@ import (
"os"
"strings"
"github.com/alessio/shellescape"
"al.essio.dev/pkg/shellescape"
)
func (e *local) genCmdByShell(shell string, cmdList []string) (args []string, err error) {