Skip to content

Commit

Permalink
Update codebuild/bin/install_awslc_fips_2024.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Lindsay Stewart <[email protected]>
  • Loading branch information
dougch and lrstewart authored Feb 18, 2025
1 parent 7715011 commit 7a4e7b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions codebuild/bin/install_awslc_fips_2024.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ if [ "$#" -ne "2" ]; then
fi

CBPATH=$(dirname $0)
BUILD_DIR=$1
INSTALL_DIR=$2

$CBPATH/install_awslc_fips.sh $BUILD_DIR $INSTALL_DIR 2024
$CBPATH/install_awslc_fips.sh $@ 2024

0 comments on commit 7a4e7b6

Please sign in to comment.