Skip to content

Commit

Permalink
correct doc
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyshu committed Sep 16, 2024
1 parent 089b625 commit 3f45695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/sftp/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Example:
fs = fs.WithOptions(
sftp.Options{
FilePermissions: &os.FileMode(0777), // Correctly specify permissions as octal
FilePermissions: "0777", // Correctly specify permissions as octal (in string form)
// other settings
},
)
Expand Down

0 comments on commit 3f45695

Please sign in to comment.