aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/shared_values.go
diff options
context:
space:
mode:
author李远军 <yourchanges@gmail.com>2020-07-10 10:28:28 +0800
committer李远军 <yourchanges@gmail.com>2020-07-10 10:28:28 +0800
commit8c318470dd95b3fc24d39dc3cf253cc17b03ab39 (patch)
treeafa366c6b8a235bc7561116397cb54cae784646b /weed/pb/shared_values.go
parent6608cb5f43d7b26c0f67e18907313dbc52a1eadf (diff)
downloadseaweedfs-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.go2
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"
)