Skip to content

Commit

Permalink
Update apko/private/apko_lock.bzl
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Johnson <jonjohnsonjr@gmail.com>
Signed-off-by: Piotr Tabor (ptab) <132376425+sfc-gh-ptabor@users.noreply.github.com>
Signed-off-by: Mateusz Hazy <mateusz.hazy@snowflake.com>
  • Loading branch information
2 people authored and sfc-gh-mhazy committed May 14, 2024
1 parent 100993e commit 315baa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apko/private/apko_lock.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ _apko_lock = rule(
def apko_lock(name, config, lockfile_name):
"""Generates executable rule for producing apko lock files.
When run, the rule will output the lockfile to the lockfilename in the directory of the package where the rule is defined.
When run, the rule will output the lockfile to the lockfile_name in the directory of the package where the rule is defined.
That is, if you define `apko_lock` in `foo/bar/BUILD.bazel` with `lockfile_name="baz.lock.json` the rule will output the lock into
`foo/bar/baz.lock.json`.
Expand Down

0 comments on commit 315baa6

Please sign in to comment.