summaryrefslogtreecommitdiffstats
path: root/ogi.el
diff options
context:
space:
mode:
Diffstat (limited to 'ogi.el')
-rw-r--r--ogi.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogi.el b/ogi.el
index d8a19ee..231bab4 100644
--- a/ogi.el
+++ b/ogi.el
@@ -55,7 +55,7 @@
;;;###autoload
(defun ogi-insert (project)
"Insert (new) issues for PROJECT under the current entry."
- (interactive "MGet issues for:")
+ (interactive "MGet issues for: ")
(goto-char (point-max))
(mapc (lambda (issue)
(let ((id (number-to-string (ogiprop issue id))))