Skip to content

Commit

Permalink
docs: use base_alias instead of alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjjoshi committed Oct 21, 2024
1 parent 23a6f7b commit d947aae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ function main() {
for ( j = 0; j < keys.length; j++ ) {
k = keys[ j ];
v = o[ k ];
if ( k === 'alias' ) {
if ( k === 'base_alias' ) {
envs.push( aliasEnvVar( v ) );
continue;
}
Expand Down

0 comments on commit d947aae

Please sign in to comment.