Skip to content

Commit d947aae

Browse files
committed
docs: use base_alias instead of alias
1 parent 23a6f7b commit d947aae

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/scaffold/math-strided-real-typed-unary/scripts

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/scaffold/math-strided-real-typed-unary/scripts/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function main() {
245245
for ( j = 0; j < keys.length; j++ ) {
246246
k = keys[ j ];
247247
v = o[ k ];
248-
if ( k === 'alias' ) {
248+
if ( k === 'base_alias' ) {
249249
envs.push( aliasEnvVar( v ) );
250250
continue;
251251
}

0 commit comments

Comments
 (0)