Skip to content

Commit

Permalink
update the correct dict (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfreezy authored Mar 1, 2021
1 parent a85be1e commit 9da670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload/Library/installapplications/installapplications.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def main():

# Check if we need to follow redirects.
if opts.follow_redirects:
item.update({'follow_redirects': True})
json_data.update({'follow_redirects': True})

# Delete the bootstrap file if it exists, to ensure it's up to date.
if not opts.skip_validation:
Expand Down

0 comments on commit 9da670d

Please sign in to comment.