Skip to content

Commit

Permalink
fix: display service name in exec (#682)
Browse files Browse the repository at this point in the history
## Description:
Exec didn't show service name in terminal; now it does

## Is this change user facing?
YES
  • Loading branch information
h4ck3rk3y committed Jun 6, 2023
1 parent 099d046 commit 6faafea
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -81,7 +81,8 @@ func NewExec(serviceNetwork service_network.ServiceNetwork, runtimeValueStore *r
},

DefaultDisplayArguments: map[string]bool{
RecipeArgName: true,
RecipeArgName: true,
ServiceNameArgName: true,
},
}
}
Expand Down

0 comments on commit 6faafea

Please sign in to comment.