Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
typo: Fix typo in err message
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed Jun 1, 2023
1 parent 1a9852d commit 4627172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/singleprocess/service_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (s *Service) DeleteConfigSource(
return nil, hcerr.Externalize(
hclog.FromContext(ctx),
err,
"failed to set config source",
"failed to delete config source",
)
}

Expand Down

0 comments on commit 4627172

Please sign in to comment.