Skip to content

Commit

Permalink
wip: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 13, 2024
1 parent b206ee6 commit 53a83f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/cli/pkg/earthly/earthly.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (e EarthlyExecutor) Run() (map[string]EarthlyExecutionResult, error) {
if len(secrets) > 0 {
var secretString []string
for _, secret := range secrets {
e.logger.Info("Adding Earthly secret", "earthly_id", secret.Id, "value", secret.Value)
e.logger.Info("Adding Earthly secret", "earthly_id", secret.Id)
secretString = append(secretString, fmt.Sprintf("%s=%s", secret.Id, secret.Value))
}

Expand Down

0 comments on commit 53a83f6

Please sign in to comment.