summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-07 01:12:54 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-07 01:12:54 -0500
commit7e138622129c96a634b41f99dc552015cbe4b5a6 (patch)
tree8975468b8f3a91edb24880150297d52805ec93f8 /make
parent90a45f9729f131569889f52cf792007f23df3949 (diff)
Consistently use Time (rather than Date or DateTime).
Diffstat (limited to 'make')
-rwxr-xr-xmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/make b/make
index b3090a3..844d28b 100755
--- a/make
+++ b/make
@@ -17,4 +17,4 @@ end
Sitegen::want('out/index.atom')
# Make!
-print Sitegen::make(:all)
+Sitegen::make(:all)