mirror of
https://github.com/go-task/task.git
synced 2026-07-09 06:55:14 +00:00
update dependencies
This commit is contained in:
7
vendor/github.com/mvdan/sh/syntax/simplify.go
generated
vendored
7
vendor/github.com/mvdan/sh/syntax/simplify.go
generated
vendored
@@ -121,9 +121,10 @@ parts:
|
||||
}
|
||||
s.modified = true
|
||||
wps[i] = &SglQuoted{
|
||||
Position: dq.Position,
|
||||
Dollar: dq.Dollar,
|
||||
Value: newVal,
|
||||
Left: dq.Pos(),
|
||||
Right: dq.End(),
|
||||
Dollar: dq.Dollar,
|
||||
Value: newVal,
|
||||
}
|
||||
}
|
||||
return wps
|
||||
|
||||
Reference in New Issue
Block a user