diff --git a/src/config.rs b/src/config.rs index e43c071731..110ce08b76 100644 --- a/src/config.rs +++ b/src/config.rs @@ -439,7 +439,7 @@ impl Config { .get_from(Some("defaults"), "project") .map(str::to_owned) }) - .ok_or_else(|| format_err!("A project slug is required")) + .ok_or_else(|| format_err!("A project slug is required (provide with --project)")) } /// Return the default pipeline env.