Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-guo committed Jan 8, 2025
1 parent ffd0935 commit 59236d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/getSHAs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ usage ()
echo 'This script use git command to get all shas in the provided TEST_ROOT and write the info into the SHAs file'
echo 'Usage : '
echo ' --test_root_dir: optional'
echo ' --shas_file: optianal, the file to write the sha info to. Default is to ../SHAs.txt'
echo ' --shas_file: optional, the file to write the sha info to. Default is to ../SHAs.txt'

}

Expand All @@ -44,7 +44,7 @@ parseCommandLineArgs()
esac
done
if [ -z "$TEST_ROOT" ] || [ -z "$SHAs_FILE" ] || [ ! -d "$TEST_ROOT" ]; then
echo "Error, please see the usage and also check if $TEST_ROOT is existing"
echo "Error, please see the usage and also check if $TEST_ROOT exists"
usage
exit 1
fi
Expand Down

0 comments on commit 59236d2

Please sign in to comment.