Skip to content

Commit

Permalink
update error
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 committed Sep 30, 2023
1 parent 8ba6f5c commit 4ad12ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub enum RailwayError {
#[error("Failed to fetch: {0}")]
FetchError(#[from] reqwest::Error),

#[error("No linked project found. Run `railway link` to connect to a project.")]
#[error("No linked project found. Run railway link to connect to a project, and a service.")]
NoLinkedProject,

#[error("Project not found. Run `railway link` to connect to a project.")]
Expand Down

0 comments on commit 4ad12ef

Please sign in to comment.