Skip to content

Commit

Permalink
README typo: than->then (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Ivankov <dmitry.ivankov@cognite.com>
  • Loading branch information
dmivankov authored Jun 7, 2024
1 parent 6bb8b3b commit 5d30a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Apko usage begins with an `apko.yaml` configuration file. The `apko lock` tool w
Assuming `apko_rules` are already loaded in your `MODULE.bazel` or `WORKSPACE` file one can call:
`bazel run @rules_apko//apko lock ./apko.yaml` to lock the dependencies and generate `apko.lock.json` file.

Than you import these base layers into Bazel:
Then you import these base layers into Bazel:

- With Bazel 6 and [bzlmod], call `apk.translate_lock` in `MODULE.bazel`
- Otherwise, call `translate_apko_lock` in `WORKSPACE`
Expand Down

0 comments on commit 5d30a2d

Please sign in to comment.