Skip to content

Commit 5c41847

Browse files
FatmeDimitar Tachev
and
Dimitar Tachev
authored
chore: fix the message
Co-Authored-By: Dimitar Tachev <dimitar.tachev@telerik.com>
1 parent e54f922 commit 5c41847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/controllers/migrate-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { UpdateControllerBase } from "./update-controller-base";
66
import { fromWindowsRelativePathToUnix } from "../common/helpers";
77

88
export class MigrateController extends UpdateControllerBase implements IMigrateController {
9-
private static COMMON_MIGRATE_MESSAGE = "not affect the codebase of the application and you might need to do additional changes manually – for more information, refer to the instructions in the following blog post: https://www.nativescript.org/blog/nativescript-6.0-application-migration.";
9+
private static COMMON_MIGRATE_MESSAGE = "not affect the codebase of the application and you might need to do additional changes manually – for more information, refer to the instructions in the following blog post: https://www.nativescript.org/blog/nativescript-6.0-application-migration";
1010
private static UNABLE_TO_MIGRATE_APP_ERROR = `The current application is not compatible with NativeScript CLI 6.0.
1111
Use the \`tns migrate\` command to migrate the app dependencies to a form compatible with NativeScript 6.0.
1212
Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;

0 commit comments

Comments
 (0)