xfrtuc 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/xfrtuc.rb +1 -1
- data/lib/xfrtuc/version.rb +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
data/lib/xfrtuc.rb
CHANGED
@@ -169,7 +169,7 @@ module Xfrtuc
|
|
169
169
|
sched_opts[:retain_weeks] = retain_weeks unless retain_weeks.nil?
|
170
170
|
sched_opts[:retain_months] = retain_months unless retain_months.nil?
|
171
171
|
|
172
|
-
client.put("/schedules", sched_opts)
|
172
|
+
client.put("/schedules/#{URI.encode(name)}", sched_opts)
|
173
173
|
end
|
174
174
|
|
175
175
|
def delete(id)
|
data/lib/xfrtuc/version.rb
CHANGED