Skip to content

Commit

Permalink
Fix color mismatch in user config resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylevy committed May 31, 2022
1 parent 530f7d5 commit b9bb26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/entities/dev_env_user_config_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ func (d DevEnvUserConfigResolver) Resolve() (
}

if !userHasDevEnvUserConfigRepo {
yellow := constants.Blue
blue := constants.Blue

d.logger.Log(
"\n%s No repository \"%s\" found in GitHub account \"%s\". The repository \"%s\" will be used instead.",
yellow("[Info]"),
blue("[Info]"),
entities.DevEnvUserConfigRepoName,
devEnvUserConfigRepoOwner,
entities.DevEnvUserConfigDefaultRepoOwner+"/"+entities.DevEnvUserConfigRepoName,
Expand Down

0 comments on commit b9bb26f

Please # to comment.