diff --git a/src/bin/markd.rs b/src/bin/markd.rs index 2c09f2f..fb744ee 100644 --- a/src/bin/markd.rs +++ b/src/bin/markd.rs @@ -16,7 +16,7 @@ async fn main() -> Result<(), sqlx::Error>{ file.read_to_string(&mut content).unwrap(); inserter = content; }, - Err(error) => {panic!("could not insert into postgres")}, + Err(error) => {panic!("could not read file")}, } let pool = PgPoolOptions::new()