We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05961a3 commit 68fa5afCopy full SHA for 68fa5af
2 files changed
image/src/opentofu/download.py
@@ -181,6 +181,6 @@ def get_executable(version: Version) -> Path:
181
182
executable_path = Path(executable_dir, 'tofu')
183
184
- os.chmod(executable_path, 755)
+ os.chmod(executable_path, 0o755)
185
186
return executable_path
image/src/terraform/download.py
@@ -214,6 +214,6 @@ def get_executable(version: Version) -> Path:
214
215
executable_path = Path(executable_dir, 'terraform')
216
217
218
219
0 commit comments