From 93ea625fe29ea02c5bda6b4f6361134a0fe667f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Pej=C5=A1a?= Date: Fri, 29 Mar 2019 23:33:27 +0100 Subject: Fix typos and indentation. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') 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() { -- cgit v1.2.3