chore: replace remaining references of terraform to opentofu
This commit is contained in:
parent
26f489ecc0
commit
43a592d7a1
6 changed files with 11 additions and 21 deletions
|
@ -1,10 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
# load nvm if available
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
|
||||
if [ -s "$NVM_DIR/nvm.sh" ]; then
|
||||
. "$NVM_DIR/nvm.sh"
|
||||
fi
|
||||
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
|
||||
npx --no -- commitlint --edit "${1}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue