summaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs
index ffc1213..09d05a1 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -144,7 +144,7 @@ pub async fn get_input(config: Cfg) -> Result<(), Box<dyn std::error::Error>> {
144 download(config, input).await 144 download(config, input).await
145 }, 145 },
146 Cmd::Io => { 146 Cmd::Io => {
147 io(config, input) 147 io(config, input).await
148 } 148 }
149 } 149 }
150} 150}