Skip to content

Commit 2af7be5

Browse files
author
Dimitar Tachev
authored
chore: fix pr comments
1 parent 5085b78 commit 2af7be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/migrate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class MigrateCommand implements ICommand {
1616
});
1717

1818
if (!shouldMigrateResult) {
19-
this.$logger.printMarkdown('__Project is compatible with NativeScript "v6.0.0". To get the latest NativesScript packages execute "tns update".__');
19+
this.$logger.printMarkdown('__Project is compatible with NativeScript "v6.0.0". To get the latest NativeScript packages execute "tns update".__');
2020
return;
2121
}
2222

0 commit comments

Comments
 (0)