sts-sponsors team mailing list archive
-
sts-sponsors team
-
Mailing list archive
-
Message #07341
[Merge] ~petermakowski/maas-site-manager:docs-readme-path into maas-site-manager:main
Peter Makowski has proposed merging ~petermakowski/maas-site-manager:docs-readme-path into maas-site-manager:main.
Commit message:
docs: fix import script path
Requested reviews:
Thorsten Merten (thorsten-merten)
For more details, see:
https://code.launchpad.net/~petermakowski/maas-site-manager/+git/site-manager/+merge/441663
--
Your team MAAS Committers is subscribed to branch ~petermakowski/maas-site-manager:docs-readme-path.
diff --git a/backend/README.md b/backend/README.md
index dd6dd0a..423cce1 100644
--- a/backend/README.md
+++ b/backend/README.md
@@ -131,4 +131,4 @@ There are CSV files available that can be used as test data.
If you are running the app in docker you can easily load those
- export the `POSTGRES_*` environment vars as needed
-- run the loading script `../testdata/import.sh`
+- run the loading script `../test-data/import.sh`
Follow ups