Skip to content

Commit

Permalink
Fix code-comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Jan 18, 2025
1 parent a518cc1 commit c52af08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ "${AIP_STORAGE_URI:-}" == gs://* ]]; then
TARGET_DIR="/opt/huggingface/model"
mkdir -p "$TARGET_DIR"

# Check if gsutil is available
# Check if `gsutil` is available
if ! command -v gsutil &> /dev/null; then
echo "ERROR: gsutil command not found. Please install Google Cloud SDK." >&2
exit 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ "${AIP_STORAGE_URI:-}" == gs://* ]]; then
TARGET_DIR="/opt/huggingface/model"
mkdir -p "$TARGET_DIR"

# Check if gsutil is available
# Check if `gsutil` is available
if ! command -v gsutil &> /dev/null; then
echo "ERROR: gsutil command not found. Please install Google Cloud SDK." >&2
exit 1
Expand Down

0 comments on commit c52af08

Please sign in to comment.