Skip to content

Commit 6f7f784

Browse files
committed
bump version 5.0.62
1 parent b92f62d commit 6f7f784

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.61
1+
5.0.62

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88

99
[project]
1010
name = "cloudmesh-common"
11-
version = "5.0.61"
11+
version = "5.0.62"
1212
description = "A set of useful APIs for cloudmesh"
1313
readme = "README.md"
1414
requires-python = ">=3.8"

src/cloudmesh/common/Shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def install_chocolatey():
643643
Console.error("Failed to download the script.")
644644
return False
645645
# Command to install Chocolatey using the Command Prompt
646-
chocolatey_install_command = rf'powershell Start-Process -Wait -FilePath "{bin_directory}\win-setup.bat"'
646+
chocolatey_install_command = rf"powershell Start-Process -Wait -FilePath '{bin_directory}\win-setup.bat'"
647647
print(chocolatey_install_command)
648648
# Run the Chocolatey installation command using subprocess and capture output
649649
completed_process = subprocess.run(

0 commit comments

Comments
 (0)