Skip to content

Commit 8f590f1

Browse files
committed
Build: fix spelling of npm
'
1 parent 9a80a71 commit 8f590f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pminit/post-install-hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def execute(cmd: str):
1515
raise subprocess.CalledProcessError(return_code, cmd)
1616

1717
def main():
18-
node_package_manager = 'ynpm'
18+
node_package_manager = 'npm'
1919
# check if npm is installed on the system
2020
if (shutil.which(node_package_manager) is None):
2121
print("""

0 commit comments

Comments
 (0)