Skip to content

Commit a6e4b61

Browse files
wxiaoguangdelvh
andauthored
Update modules/structs/repo_file.go
Co-authored-by: delvh <[email protected]> Signed-off-by: wxiaoguang <[email protected]>
1 parent acd77c4 commit a6e4b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/structs/repo_file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ type ChangeFileOperation struct {
7979
Path string `json:"path" binding:"Required;MaxSize(500)"`
8080
// new or updated file content, it must be base64 encoded
8181
ContentBase64 string `json:"content"`
82-
// the bolb ID (SHA) for the file that already exists, required for changing existing files
82+
// the blob ID (SHA) for the file that already exists, required for changing existing files
8383
SHA string `json:"sha"`
8484
// old path of the file to move
8585
FromPath string `json:"from_path"`

0 commit comments

Comments
 (0)