Skip to content

Commit 2595ea2

Browse files
committed
Fix command name
1 parent 5dedf50 commit 2595ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/test_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ npm_install() {
172172

173173
# Installs a package via `npm` from GitHub.
174174
npm_install_from_github() {
175-
instal_init
175+
install_init
176176
if [[ "$?" -ne 0 ]]; then
177177
echo "Encountered an error when performing pre-install initialization tasks." >&2
178178
return 1

0 commit comments

Comments
 (0)