Skip to content

Commit

Permalink
Local expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomorain committed Jun 26, 2018
1 parent d8f6faf commit 4fd8717
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func configQuery(ctx context.Context) (*buildConfigResponse, error) {
}

func validateConfig(cmd *cobra.Command, args []string) error {

ctx := context.Background()
response, err := configQuery(ctx)

Expand All @@ -140,6 +141,7 @@ func validateConfig(cmd *cobra.Command, args []string) error {

func expandConfig(cmd *cobra.Command, args []string) error {
ctx := context.Background()

response, err := configQuery(ctx)

if err != nil {
Expand Down

0 comments on commit 4fd8717

Please sign in to comment.