Skip to content

Commit

Permalink
Merge pull request #191 from ianb-mp/patch-4
Browse files Browse the repository at this point in the history
Update operation.go - fix typo
  • Loading branch information
avishnu committed Sep 2, 2024
2 parents 8eb52f3 + cf015d7 commit d2e1053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clouduploader/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (c *Conn) Write(data []byte, file string) bool {
c.Log.Errorf("Failed to close cloud conn : %s", err.Error())
return false
}
c.Log.Infof("successfully writtern object{%s} to {%s}", file, c.provider)
c.Log.Infof("Successfully written object{%s} to {%s}", file, c.provider)
return true
}

Expand Down

0 comments on commit d2e1053

Please sign in to comment.