Skip to content

Commit

Permalink
Fix Makefile reference to api doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 19, 2024
1 parent f0fdfa6 commit 61ad7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $(OUT)/share/bash-completion/completions/kupo: $(OUT)/bin/kupo

$(OUT)/share/kupo/api.yaml:
@mkdir -p $(@D)
@cp docs/api/latest.yaml $@
@cp docs/api/nightly.yaml $@

$(OUT)/share/kupo/LICENSE:
@mkdir -p $(@D)
Expand Down

0 comments on commit 61ad7e4

Please sign in to comment.