Skip to content

Commit

Permalink
🐛 Fix feature bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha committed Jun 27, 2024
1 parent 2b45f69 commit 608869c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/feature/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var InstallCmd = &cobra.Command{
var conanCmd = &cobra.Command{
Use: "conan",
Short: "Install conan CLI and related tools",
Run: install("dagger"),
Run: install("conan"),
}

var daggerCmd = &cobra.Command{
Expand All @@ -32,7 +32,7 @@ var daggerCmd = &cobra.Command{
var gcloudCmd = &cobra.Command{
Use: "gcloud",
Short: "Install gcloud CLI for GCP",
Run: install("jupyter"),
Run: install("gcloud"),
}

var jupyterCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
var rootCmd = &cobra.Command{
Use: "ws-cli",
Short: "⚡ CLI companion to charge the workspace batteries",
Version: "v0.0.6",
Version: "v0.0.7",
Aliases: []string{"ws"},
}

Expand Down

0 comments on commit 608869c

Please sign in to comment.