diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-05-06 16:23:48 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-05-06 16:23:48 +0200 |
commit | 691df8ac40987b7bace41ed96bfeb58d98ad3c8d (patch) | |
tree | 8f49b5f4690f07921ba8b8e460b80e1aa8d5c896 /src-tauri | |
parent | 91ceec21c49dcfb8268e1a519345c1f7b4fbb468 (diff) | |
download | FlightCore-691df8ac40987b7bace41ed96bfeb58d98ad3c8d.tar.gz FlightCore-691df8ac40987b7bace41ed96bfeb58d98ad3c8d.zip |
fix: Fix typo
Diffstat (limited to 'src-tauri')
-rw-r--r-- | src-tauri/src/github/pull_requests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/github/pull_requests.rs b/src-tauri/src/github/pull_requests.rs index a56fb647..20c19ed9 100644 --- a/src-tauri/src/github/pull_requests.rs +++ b/src-tauri/src/github/pull_requests.rs @@ -202,7 +202,7 @@ pub async fn get_launcher_download_link( } Err(format!( - "Couldn't grab download link for PR \"{}\". PR might be too old and therefore no CI build has been deleted. Maybe ask author to update?", + "Couldn't grab download link for PR \"{}\". PR might be too old and therefore no CI build has been detected. Maybe ask author to update?", pull_request.number )) } |