Skip to content

Commit f260548

Browse files
committed
Fix typo in comment
1 parent 3b14189 commit f260548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/configure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ configure_gha() {
4444
fi
4545
fi
4646

47-
# Set and validate envioronment
47+
# Set and validate environment
4848
gha_environment="$1"
4949
shift # Remove the first argument
5050
gha_environment_uppercase=$(echo "$gha_environment" | tr '[:lower:]' '[:upper:]')

0 commit comments

Comments
 (0)