Skip to content

Commit

Permalink
signoff error
Browse files Browse the repository at this point in the history
Signed-off-by: rjtch <[email protected]>
  • Loading branch information
rjtch committed Oct 27, 2023
1 parent 7425ae3 commit 4b945fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kapp/cmd/appgroup/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (o *DeployOptions) appsToUpdate() ([]appGroupApp, error) {

fileInfos, err := os.ReadDir(dir)
if err != nil {
return nil, fmt.Errorf("Reading directory '%s': %w", dir, err)
return nil, fmt.Errorf("Reading directories '%s': %w", dir, err)
}

for _, fi := range fileInfos {
Expand Down

0 comments on commit 4b945fd

Please sign in to comment.