Skip to content

Commit

Permalink
Add context of where to put the offline feature
Browse files Browse the repository at this point in the history
pickfire authored and abonander committed Nov 4, 2020
1 parent c45770d commit 6a5c54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-cli/src/prepare.rs
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ pub fn run(url: &str, cargo_args: Vec<String>) -> anyhow::Result<()> {

if data.is_empty() {
println!(
"{} no queries found; do you have the `offline` feature enabled",
"{} no queries found; do you have the `offline` feature enabled in sqlx?",
style("warning:").yellow()
);
}

0 comments on commit 6a5c54b

Please sign in to comment.