Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug where if destination was unspecified, changed would not be set... #2809

Merged
merged 1 commit into from
Apr 30, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions library/network/uri
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ def main():
file_args['path'] = dest
changed = module.set_file_attributes_if_different(file_args, changed)
resp['path'] = dest
else:
changed = False

# Transmogrify the headers, replacing '-' with '_', since variables dont work with dashes.
uresp = {}
Expand Down