refactor(CLI): Comment typo

This commit is contained in:
Mariusz Nowak 2022-01-20 14:14:11 +01:00 committed by Mariusz Nowak
parent 6b26a7d360
commit f103cbeffb

View File

@ -211,7 +211,7 @@ processSpanPromise = (async () => {
));
}
// IIFE for maintanance convenience
// IIFE for maintenance convenience
await (async () => {
const resolveVariablesMeta = require('../lib/configuration/variables/resolve-meta');