Skip to content

Commit 3a2c023

Browse files
authored
Fix typo - use correct node-pre-gyp-github version
1 parent c1dcc45 commit 3a2c023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install:
3535
- set PATH=%APPDATA%\npm;%PATH%
3636
- npm i nan@%nan_version%
3737
- npm install -g node-pre-gyp@%pre_gyp_version%
38-
- npm install -g node-pre-gyp-github@%pre_gyp_version%
38+
- npm install -g node-pre-gyp-github@%pre_gyp_github_version%
3939

4040
build_script:
4141
- node-pre-gyp configure

0 commit comments

Comments
 (0)