summaryrefslogtreecommitdiff
path: root/doEditor.go
diff options
context:
space:
mode:
Diffstat (limited to 'doEditor.go')
-rw-r--r--doEditor.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doEditor.go b/doEditor.go
index e928f5a..7685389 100644
--- a/doEditor.go
+++ b/doEditor.go
@@ -31,6 +31,7 @@ func doEditor() error {
if err != nil {
log.Error(err)
}
+ os.Remove("/tmp/regex.ready")
log.Infof("SessionID: %s", string(content))
}
}