Skip to content

Commit 4b7e13a

Browse files
authored
fix(provision): correct typo in node_version variable in notice (#4062)
1 parent c35db83 commit 4b7e13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/provision/nodejs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
set('remote_user', get('provision_user'));
1212

1313
if (has('nodejs_version')) {
14-
throw new \RuntimeException('nodejs_version is deprecated, use node_version_version instead.');
14+
throw new \RuntimeException('nodejs_version is deprecated, use node_version instead.');
1515
}
1616
$arch = run('uname -m');
1717

0 commit comments

Comments
 (0)