Skip to content

Commit 24fe275

Browse files
Update get_software_versions.sh
1 parent 3107e25 commit 24fe275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_software_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extract_azure_cli_version() {
2626

2727
# Function to extract Terraform version
2828
extract_terraform_version() {
29-
local file="terrraform-version.txt"
29+
local file="terraform-version.txt"
3030
if [[ -f "$file" ]]; then
3131
local TERRAFORM_VERSION=$(terraform --version | grep -o 'Terraform v[0-9.]*' | awk '{print $2}')
3232
echo "TERRAFORM_VERSION=$TERRAFORM_VERSION" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)