Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Add edit-from-config command to switch templates #332

Merged
merged 8 commits into from
May 18, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into stevenmasley/ch1174…
…1/workspace_new_template
  • Loading branch information
Emyrk committed May 11, 2021
commit 29e3118911a1109eae708cf7491047120f0f93a6
2 changes: 1 addition & 1 deletion internal/cmd/envs.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func environmentFromConfigCmd(update bool) *cobra.Command {
)
}

client, err := newClient(ctx)
client, err := newClient(ctx, true)
if err != nil {
return err
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.