aboutsummaryrefslogtreecommitdiff
path: root/easteregg.go
diff options
context:
space:
mode:
Diffstat (limited to 'easteregg.go')
-rw-r--r--easteregg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/easteregg.go b/easteregg.go
index 9c22657..e9afa9d 100644
--- a/easteregg.go
+++ b/easteregg.go
@@ -304,7 +304,7 @@ var easteregg = []string{
func (c Cutter) EasterEgg() {
for _, l := range easteregg {
fmt.Fprint(c, l)
- c.EOT()
+ c.Emit()
c.Wait()
}
}