Skip to content

Commit

Permalink
Update nix/shell.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 Jun 11, 2024
1 parent 887c0a4 commit 2a26204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function build {
banner "Running Build"
javac tests/integrationv2/bin/SSLSocketClient.java
cmake --build ./build -j $(nproc)
#Build s2n from HEAD
# Build s2n from HEAD
$SRC_ROOT/codebuild/bin/install_s2n_head.sh $(mktemp -d)
}

Expand Down

0 comments on commit 2a26204

Please sign in to comment.