Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Authored-by: Owen Nelson <[email protected]>
  • Loading branch information
tw-owen-nelson committed Jan 23, 2024
1 parent 20305a1 commit 2602c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ included in .pre-commit-config.yaml:
## Husky
[husky](https://typicode.github.io/husky) is an npm module for managing hooks.
Add the following line to the husky pre-commit configuration in you
Add the following line to the husky pre-commit configuration in your
`package.json`:

```
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function download() {
echo_debug "Downloading $BINARY_NAME and from $BINARY_URL"
curl --location --silent "$BINARY_URL" >"$TEMP_DIR/$BINARY_NAME"
echo_debug "Downloading $CHECKSUM_FILE_NAME and from $CHECKSUM_URL"
curl --location --silent "$CHECKSUM_URL" >"$TEMP_DIR/$BINARY_NAME"
curl --location --silent "$CHECKSUM_URL" >"$TEMP_DIR/$CHECKSUM_FILE_NAME"
echo_success "Downloaded talisman binary and checksums"
}

Expand Down

0 comments on commit 2602c4e

Please sign in to comment.