lib/awestruct/deploy/base_deploy.rb in awestruct-0.5.7.RC2 vs lib/awestruct/deploy/base_deploy.rb in awestruct-0.5.7
- old
+ new
@@ -44,14 +44,14 @@
end
end
end
def publish_site
- $LOG.error( "#{self.class.name}#publish_site not implemented." ) if $LOG.error?
+ $LOG.error( "#{self.class.name}#publish_site not implemented." )
end
def existing_changes
- $LOG.error UNCOMMITTED_CHANGES if $LOG.error?
+ $LOG.error UNCOMMITTED_CHANGES
end
def compress_site
if @gzip
gzip_site @site_path