Skip to content

Commit db7700c

Browse files
Justin Pfluegeritowlson
andauthored
fix typo
Co-authored-by: itowlson <[email protected]> Signed-off-by: Justin Pflueger <[email protected]>
1 parent 8341f51 commit db7700c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl FileServer {
105105
path.push(DIRECTORY_FALLBACK_PATH);
106106
}
107107

108-
// still haven't found a file, override with the user-configured fallback path
108+
// if still haven't found a file, override with the user-configured fallback path
109109
if !path.exists() {
110110
if let Ok(fallback_path) = std::env::var(FALLBACK_PATH_ENV) {
111111
path = PathBuf::from(fallback_path);

0 commit comments

Comments
 (0)