[manifests] Fix typo in minimal manifest
Bug: 385378627
Change-Id: I28e678f28478bcf0089af7db88a233c4b97de608
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1266005
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Fuchsia-Auto-Submit: Oliver Newman <olivernewman@google.com>
Reviewed-by: Danielle Kay <danikay@google.com>
diff --git a/manifests/minimal b/manifests/minimal
index 8558130..93b418f 100644
--- a/manifests/minimal
+++ b/manifests/minimal
@@ -11,11 +11,11 @@
because that one has a `githooks` entry pointing into //integration, but we
want to be able to check out fuchsia without integration.
-->
- <imports>
+ <projects>
<project name="fuchsia"
path="."
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
historydepth="2"/>
- </imports>
+ </projects>
</manifest>