Skip to content

Commit

Permalink
chore: more lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: nathan-nicholson <[email protected]>
  • Loading branch information
nathan-nicholson committed Dec 30, 2024
1 parent 2584761 commit ed42c4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/aws/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (s *Service) createAws(cmd *cobra.Command, _ []string) error {
}

// TODO - Add progress steps
//progress.DisplayLogHints(40)
// progress.DisplayLogHints(40)

isValid, catalogApps, err := catalog.ValidateCatalogApps(cliFlags.InstallCatalogApps)
if !isValid {
Expand Down
2 changes: 0 additions & 2 deletions internal/utilities/utilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ func CreateK1ClusterDirectory(clusterName string) {
}

log.Info().Msg("K1 cluster directory created")

}

func CreateK1ClusterDirectoryE(homePath, clusterName string) error {

k1Dir := fmt.Sprintf("%s/.k1/%s", homePath, clusterName)

_, err := os.Stat(k1Dir)
Expand Down

0 comments on commit ed42c4f

Please sign in to comment.