diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-06-20 12:50:40 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-06-20 12:50:40 -0700 |
| commit | de5ca9b25809e846026784b6721cfc76471c87bf (patch) | |
| tree | 20a8a6a1b6dee4b698f2e2f74c652e898a248114 /weed/pb/shared_values.go | |
| parent | 3080c197e3e75dfd48ce2bda08c46d1f6423e65c (diff) | |
| download | seaweedfs-de5ca9b25809e846026784b6721cfc76471c87bf.tar.xz seaweedfs-de5ca9b25809e846026784b6721cfc76471c87bf.zip | |
remove fixJpgOrientation
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" ) |
