summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNadrieril2024-06-21 15:47:56 +0200
committerNadrieril2024-06-21 16:14:58 +0200
commitd3f52e23ede39c4fd7845b6c5feb29d28b2a2384 (patch)
tree2891753ba71bc8ddd3cc367b787a1acddbcf1741 /scripts
parentc8ad44f287215c3c45e5a0f0540ef507b4916c7d (diff)
Update charon
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-charon-pin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-charon-pin.sh b/scripts/update-charon-pin.sh
index 1fa706ae..304b2d83 100755
--- a/scripts/update-charon-pin.sh
+++ b/scripts/update-charon-pin.sh
@@ -5,7 +5,7 @@ if ! which jq 2> /dev/null 1>&2; then
fi
if [ -L charon ]; then
- echo '`./charon` is a symlink; we using the commit there for our new pin.'
+ echo '`./charon` is a symlink; we will use the commit there for our new pin.'
COMMIT="$(git -C charon rev-parse HEAD)"
nix flake lock --override-input charon "github:aeneasverif/charon/$COMMIT"
else