We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dedf50 commit 2595ea2Copy full SHA for 2595ea2
.github/workflows/scripts/test_install
@@ -172,7 +172,7 @@ npm_install() {
172
173
# Installs a package via `npm` from GitHub.
174
npm_install_from_github() {
175
- instal_init
+ install_init
176
if [[ "$?" -ne 0 ]]; then
177
echo "Encountered an error when performing pre-install initialization tasks." >&2
178
return 1
0 commit comments