Skip to content

Commit

Permalink
Add missing formatted file.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Sep 3, 2024
1 parent b95f63a commit 62428a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/k3d/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func runK3d(cmd *cobra.Command, args []string) error {
// }
//}
//
//model, err := presentRecap(gitProviderFlag, gitDestDescriptor, cGitOwner)
// model, err := presentRecap(gitProviderFlag, gitDestDescriptor, cGitOwner)
//if err != nil {
// return err
//}
Expand Down Expand Up @@ -1187,7 +1187,7 @@ func runK3d(cmd *cobra.Command, args []string) error {
progressPrinter.IncrementTracker("configuring-vault", 1)

// * configure vault with terraform
//* vault port-forward
// * vault port-forward
vaultStopChannel := make(chan struct{}, 1)
defer func() {
close(vaultStopChannel)
Expand Down

0 comments on commit 62428a1

Please sign in to comment.