diff options
author | Vojtěch Pejša <vojtechpejsa7@gmail.com> | 2019-03-29 22:33:27 +0000 |
---|---|---|
committer | Vojtěch Pejša <vojtechpejsa7@gmail.com> | 2019-04-04 08:51:00 +0000 |
commit | 93ea625fe29ea02c5bda6b4f6361134a0fe667f0 (patch) | |
tree | be186a0ca7515457cfbc73ee1f315ddeaabdaee6 /src/main.rs | |
parent | Fix syntax error and clippy warnings. (diff) | |
download | miniserve-93ea625fe29ea02c5bda6b4f6361134a0fe667f0.tar.gz miniserve-93ea625fe29ea02c5bda6b4f6361134a0fe667f0.zip |
Fix typos and indentation.
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index c8c13ea..0ca2fdf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -49,7 +49,7 @@ pub struct MiniserveConfig { pub file_upload: bool, /// Enable upload to override existing files - pub override_files: bool, + pub overwrite_files: bool, } fn main() { |