diff options
| author | Jeff Carr <[email protected]> | 2025-01-28 11:36:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-28 11:36:06 -0600 |
| commit | 2d118d3ae7399c435f8327c8fcee8240824d8edd (patch) | |
| tree | f7c0dc79c127408e3b9334aa4eae58a6934ac1cd /globalDisplayOptions.go | |
| parent | 0ec680f2c3264d7121bb60a298e2c495a9709d4f (diff) | |
Diffstat (limited to 'globalDisplayOptions.go')
| -rw-r--r-- | globalDisplayOptions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index 19d366c..0446dda 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -28,7 +28,7 @@ func globalDisplayOptions(box *gui.Node) { grid := group1.RawGrid() grid.NewButton("make prepare-release", func() { - makePrepareRelease() + rePrepareRelease() }) grid.NextRow() |
