rsync_wrap 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/rsync_wrap.rb +1 -1
- metadata +1 -1
data/lib/rsync_wrap.rb
CHANGED
|
@@ -121,7 +121,7 @@ class RsyncWrap
|
|
|
121
121
|
# Decide to log or not.
|
|
122
122
|
if @logging == true
|
|
123
123
|
puts "DEBUG : Logging enabled"
|
|
124
|
-
`echo \`date +%d-%m-%Y | %H:%M:%S\` #{localDir} >> /tmp/rsyncwrap.log`
|
|
124
|
+
`echo "\`date +%d-%m-%Y | %H:%M:%S\` #{localDir}" >> /tmp/rsyncwrap.log`
|
|
125
125
|
system rCommand
|
|
126
126
|
else
|
|
127
127
|
puts "no logging for me"
|