Skip to content

Commit

Permalink
as requested (Im not sure)
Browse files Browse the repository at this point in the history
  • Loading branch information
guicho271828 committed Nov 16, 2017
1 parent 8a696db commit a294250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/coleslaw.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ in REPO-DIR. Optionally, OLDREV is the revision prior to the last push."
(defgeneric deploy (staging)
(:documentation "Deploy the STAGING build to the directory specified in the config.")
(:method (staging)
;; do nothing
;; do nothing by default, and still avoid errors
))

(defun update-symlink (path target)
Expand Down
2 changes: 1 addition & 1 deletion src/config.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(:default-initargs
:feeds nil
:license nil
:plugins nil
:plugins '((rsync "--delete" "--exclude" ".git/"))
:sitenav nil
:excerpt-sep "<!--more-->"
:charset "UTF-8"
Expand Down

0 comments on commit a294250

Please sign in to comment.