summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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")