From e04f07d447d9d8c16472576d5a9aa9c6c114e2ae Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Sun, 30 Apr 2023 20:19:02 +0300 Subject: [PATCH] examples: change atlas migrate lint command --- examples/migration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/migration/README.md b/examples/migration/README.md index 6711c387d..4a54e064e 100644 --- a/examples/migration/README.md +++ b/examples/migration/README.md @@ -29,7 +29,7 @@ go run -mod=mod ent/migrate/main.go ### Run migration linting ```bash -go run -mod=mod ariga.io/atlas/cmd/atlas@latest migrate lint \ +atlas migrate lint \ --dev-url="mysql://root:pass@localhost:3306/test" \ --dir="file://ent/migrate/migrations" \ --latest=1