Skip to content

Commit 4083f51

Browse files
committed
Fix typo
1 parent 036ffc7 commit 4083f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/setup-status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function createLicenseStatusTracker(
275275
return createFileStatusTracker(
276276
outputChannel,
277277
"[setup-status.license]",
278-
[LOCALSTACK_AUTH_FILENAME, LICENSE_FILENAME], //TODO rewrite to depend on change in localStackAuthenticationTrackerl
278+
[LOCALSTACK_AUTH_FILENAME, LICENSE_FILENAME], //TODO rewrite to depend on change in localStackAuthenticationTracker
279279
async () =>
280280
(await checkIsLicenseValid(outputChannel)) ? "ok" : "setup_required",
281281
);

0 commit comments

Comments
 (0)