Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Jun 12, 2024
1 parent 4402c31 commit ebf1d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cli/commands/engine/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func run(_ context.Context, flags *flags.ParsedFlags, _ *args.ParsedArgs) error
if err != nil {
return stacktrace.Propagate(err, "Expected a value for the '%v' flag but failed to get it", restartAPIContainersFlagKey)
}

domain, err := flags.GetString(domainFlagKey)
if err != nil {
return stacktrace.Propagate(err, "An error occurred while getting the Kurtosis engine enclave manager UI domain name using the flag with key '%v'; this is a bug in Kurtosis", domainFlagKey)
Expand Down
2 changes: 1 addition & 1 deletion engine/launcher/args/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type EngineServerArgs struct {
var skipValidation = map[string]bool{
"cloud_instance_id": true,
"cloud_user_id": true,
"domain": true,
"domain": true,
}

func (args *EngineServerArgs) UnmarshalJSON(data []byte) error {
Expand Down

0 comments on commit ebf1d97

Please sign in to comment.