diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-10 14:50:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-10 14:50:10 -0700 |
| commit | dce2702e1b599e2b1bef1bddb0495f96704d297f (patch) | |
| tree | bac18140e40bc9c35a5bc94679afa4d664524e7a /weed/command/scaffold.go | |
| parent | 13ab1fdaf0a4c67786d53760e8b9e6a81c35a04f (diff) | |
| download | seaweedfs-dce2702e1b599e2b1bef1bddb0495f96704d297f.tar.xz seaweedfs-dce2702e1b599e2b1bef1bddb0495f96704d297f.zip | |
fix the instruction
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 2aad29548..468476ae4 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -18,7 +18,7 @@ var cmdScaffold = &Command{ For example, the filer.toml mysql password can be overwritten by environment variable export WEED_MYSQL_PASSWORD=some_password Environment variable rules: - * Prefix fix with "WEED_" + * Prefix the variable name with "WEED_" * Upppercase the reset of variable name. * Replace '.' with '_' |
