From 697d1bea36aaf09c957886d160a31688ac2f3768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:10:18 +0000 Subject: [PATCH 1/2] ci: bump crate-ci/typos in the github-actions group Bumps the github-actions group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos). Updates `crate-ci/typos` from 1.24.1 to 1.24.3 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.24.1...v1.24.3) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 506aeef16d6a7..fe3168fb9cc2a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -184,7 +184,7 @@ jobs: # Check for any typos - name: Check for typos - uses: crate-ci/typos@v1.24.1 + uses: crate-ci/typos@v1.24.3 with: config: .github/workflows/typos.toml From 320842d16acfcfb2d06456a1044ac1160291b7ff Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 3 Sep 2024 14:47:29 +0500 Subject: [PATCH 2/2] fix typo --- cli/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/root.go b/cli/root.go index da7e48f2feae4..4d3b0e5a85fd6 100644 --- a/cli/root.go +++ b/cli/root.go @@ -256,7 +256,7 @@ func (r *RootCmd) Command(subcommands []*serpent.Command) (*serpent.Command, err cmd.Use = fmt.Sprintf("%s %s %s", tokens[0], flags, tokens[1]) }) - // Add alises when appropriate. + // Add aliases when appropriate. cmd.Walk(func(cmd *serpent.Command) { // TODO: we should really be consistent about naming. if cmd.Name() == "delete" || cmd.Name() == "remove" {