Skip to content

Commit bcdb37c

Browse files
authored
Merge pull request #18 from AkihiroSuda/ltag
kunalkushwaha/ltag -> containerd/ltag
2 parents 2c201e1 + 9d950f6 commit bcdb37c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
run: |
6464
echo "::group::🚧 Get dependencies"
6565
go install -v github.com/vbatts/git-validation@latest
66-
go install -v github.com/kunalkushwaha/ltag@latest
66+
go install -v github.com/containerd/ltag@latest
6767
echo "::endgroup::"
6868
6969
- name: DCO Checks

script/validate/fileheader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -eu -o pipefail
1919

2020
if ! command -v ltag; then
2121
>&2 echo "ERROR: ltag not found. Install with:"
22-
>&2 echo " go install github.com/kunalkushwaha/ltag@latest"
22+
>&2 echo " go install github.com/containerd/ltag@latest"
2323
exit 1
2424
fi
2525

0 commit comments

Comments
 (0)