Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzz committed Oct 18, 2024
1 parent 84e654f commit f3d6ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/shared/bin/python_env_setup
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function initialize_python_env() {
fi

# Check the file format is PEM
if ! file "$cert_file_path" | grep -q "PEM certificate"; then
if ! file "$cert_file_path" | grep -q "PEM certificate"; then
echo "Error: Certificate file '$cert_file_path' is not in the correct format (expected PEM)."
return 1
fi
Expand Down

0 comments on commit f3d6ee6

Please sign in to comment.