Skip to content

Commit d2e1053

Browse files
authored
Merge pull request #191 from ianb-mp/patch-4
Update operation.go - fix typo
2 parents 8eb52f3 + cf015d7 commit d2e1053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/clouduploader/operation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (c *Conn) Write(data []byte, file string) bool {
129129
c.Log.Errorf("Failed to close cloud conn : %s", err.Error())
130130
return false
131131
}
132-
c.Log.Infof("successfully writtern object{%s} to {%s}", file, c.provider)
132+
c.Log.Infof("Successfully written object{%s} to {%s}", file, c.provider)
133133
return true
134134
}
135135

0 commit comments

Comments
 (0)