diff options
| author | 李远军 <yourchanges@gmail.com> | 2020-07-10 10:28:28 +0800 |
|---|---|---|
| committer | 李远军 <yourchanges@gmail.com> | 2020-07-10 10:28:28 +0800 |
| commit | 8c318470dd95b3fc24d39dc3cf253cc17b03ab39 (patch) | |
| tree | afa366c6b8a235bc7561116397cb54cae784646b /weed/pb/shared_values.go | |
| parent | 6608cb5f43d7b26c0f67e18907313dbc52a1eadf (diff) | |
| download | seaweedfs-8c318470dd95b3fc24d39dc3cf253cc17b03ab39.tar.xz seaweedfs-8c318470dd95b3fc24d39dc3cf253cc17b03ab39.zip | |
Revert "remove fixJpgOrientation"
This reverts commit de5ca9b2
minimise the revert changes
Diffstat (limited to 'weed/pb/shared_values.go')
| -rw-r--r-- | weed/pb/shared_values.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/pb/shared_values.go b/weed/pb/shared_values.go index acc3bb56d..1af19e51a 100644 --- a/weed/pb/shared_values.go +++ b/weed/pb/shared_values.go @@ -1,5 +1,5 @@ package pb const ( - AdminShellClient = "shell" + AdminShellClient = "adminShell" ) |
