Skip to content

Commit

Permalink
fix: typo in environment (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Aug 18, 2024
1 parent 87d71c8 commit 42e3fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpYacApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export async function getVariables(context: models.VariableProviderContext): Pro
...vars.map(variables => utils.cleanVariables(variables)),
context.variables
);
log.debug('current environement variables', variables);
log.debug('current environment variables', variables);
return variables;
}

Expand Down

0 comments on commit 42e3fcd

Please sign in to comment.