Skip to content

Commit

Permalink
Update wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Aug 21, 2024
1 parent e8b11b7 commit cf551b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def update_sdk_version(directory, version):
# Increment the manifest-version
data['manifest-version'] = increment_manifest_version(data['manifest-version'])
# Write the updated JSON back to the file
with open('file.json', 'w') as file:
with open(file_path, 'w') as file:
json.dump(data, file, indent=4)
file.close()

Expand Down

0 comments on commit cf551b7

Please sign in to comment.