summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-27 14:24:58 -0600
committerJeff Carr <[email protected]>2024-01-27 14:24:58 -0600
commit2c8802c0a7906d916d6b033265da8ba88aba4359 (patch)
tree7cb7704f0827c93f14e6f5aa5d8269517fda61aa /main.go
parentbf830c01f919abfe788ff601a79c365e289e3a73 (diff)
new gui version & release managementv0.13.18
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index ea6638b..ad9a8bb 100644
--- a/main.go
+++ b/main.go
@@ -67,7 +67,7 @@ func cloudApp(n *gui.Node) *gui.Node {
grid.NewLabel("makes a new droplet")
grid.NewButton("gui debugger", func () {
- debugger.DebugWindow(myGui)
+ debugger.DebugWindow()
})
grid.NewLabel("make sure you have $ENV(DIGITALOCEAN_TOKEN} set to your API token")