rsync_wrap 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rsync_wrap.rb +1 -1
  2. 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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsync_wrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: