diff --git a/pollen/private/command.rkt b/pollen/private/command.rkt index 6630df3..c46a54f 100644 --- a/pollen/private/command.rkt +++ b/pollen/private/command.rkt @@ -246,7 +246,7 @@ version print the version" (current-server-port) (make-publish-di [(y yes) #true] [else #false])))) (cond - [dry-run? + [(dry-run?) (message "publish: start dry run") (message (format "would publish from ~a to ~a" source-dir dest-dir)) (cond diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 889466f..0e8df39 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1582753630 +1582754309