Skip to content

Commit

Permalink
Update README to reflect the current repository used. Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 14, 2024
1 parent 1eb8559 commit 3d89048
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: 0.1
cli:
version: 1.22.0
version: 1.22.6
lint:
disabled:
- checkov
- trivy
- trufflehog
enabled:
- actionlint@1.6.27
- actionlint@1.7.3
- git-diff-check
- gitleaks@8.18.2
- markdownlint@0.40.0
- prettier@3.2.5
- gitleaks@8.20.1
- markdownlint@0.42.0
- prettier@3.3.3
- [email protected]
- [email protected]
- [email protected]
Expand All @@ -29,5 +29,5 @@ actions:
plugins:
sources:
- id: trunk
ref: v1.5.0
ref: v1.6.3
uri: https://github.com/trunk-io/plugins
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/dex4er/asdf-kubecolor/actions/workflows/ci.yml/badge.svg)](https://github.com/dex4er/asdf-kubecolor/actions/workflows/ci.yml)

[kubecolor](https://github.com/hidetatz/kubecolor) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
[kubecolor](https://github.com/kubecolor/kubecolor) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.

## Install

Expand Down
1 change: 0 additions & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function gh_curl() {
}

function install() {
# set -x
local install_type=$1
[[ ${install_type} != "version" ]] && echo "install type, ${install_type}, is not supported" && exit 1

Expand Down

0 comments on commit 3d89048

Please sign in to comment.