mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Very small change, fixes #9, no apparent downside.
This commit is contained in:
parent
05db4e6977
commit
2fd03caade
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
summary (format "%s: %s" user (or (:summary params) "no summary"))]
|
||||
(timbre/info (format "Saving %s's changes ('%s') to %s" user summary page))
|
||||
(spit file-path source-text)
|
||||
(if (not exists?) (git/git-add git-repo file-name))
|
||||
(git/git-add git-repo file-name)
|
||||
(git/git-commit git-repo summary {:name user :email email})
|
||||
(response/redirect
|
||||
(str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue