diff options
| author | Jeff Carr <[email protected]> | 2024-11-08 06:45:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-08 06:45:40 -0600 |
| commit | a26ae2bcc18e133ea8a280cef3eb44ba6a96a4ec (patch) | |
| tree | a3e8862d817e6efd74bf6c033c71affff0335c50 /submitPatches.go | |
| parent | d0107ef03427e6ff8d10121566b3f8876de46077 (diff) | |
use go-cmd/cmdv0.22.1
Diffstat (limited to 'submitPatches.go')
| -rw-r--r-- | submitPatches.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/submitPatches.go b/submitPatches.go index 9092efc..74608b1 100644 --- a/submitPatches.go +++ b/submitPatches.go @@ -150,11 +150,11 @@ func submitPatchesBox(box *gui.Node) *patchSummary { } } s.submitB = s.grid.NewButton("Create Patch Set", func() { - dirname := "submit-patchset.quilt" + dirname := "submit-patchset.quilt" patchdir := filepath.Join(me.userHomePwd.String(), dirname) if shell.Exists(patchdir) { log.Info("patchset dir already exists", patchdir) - shell.RunCmd(me.userHomePwd.String(), []string{"rm", "-rf", dirname}) + shell.PathRun(me.userHomePwd.String(), []string{"rm", "-rf", dirname}) } shell.Mkdir(patchdir) if !shell.Exists(patchdir) { |
