Skip to content

Commit e5bb769

Browse files
committed
Fix command name
1 parent fda3e51 commit e5bb769

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-
init
175+
instal_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)