This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Merge
9c34164a84
into
1e329f1345
pull/58/merge
offmindby
9 years ago
committed by
GitHub
parent
1e329f1345
9c34164a84
commit
5fabdcaebd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
octodns/manager.py
+ 1
- 1
octodns/manager.py
View File
@ -273,7 +273,7 @@ class Manager(object):
for
target
,
plan
in
plans
:
plan
.
raise_if_unsafe
(
)
if
dry_run
or
config
.
get
(
'
always-dry-run
'
,
False
)
:
if
dry_run
or
self
.
config
.
get
(
'
always-dry-run
'
,
False
)
:
return
0
total_changes
=
0
Write
Preview
Loading…
Cancel
Save