aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-05-06 16:23:48 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-05-06 16:23:48 +0200
commit691df8ac40987b7bace41ed96bfeb58d98ad3c8d (patch)
tree8f49b5f4690f07921ba8b8e460b80e1aa8d5c896
parent91ceec21c49dcfb8268e1a519345c1f7b4fbb468 (diff)
downloadFlightCore-691df8ac40987b7bace41ed96bfeb58d98ad3c8d.tar.gz
FlightCore-691df8ac40987b7bace41ed96bfeb58d98ad3c8d.zip
fix: Fix typo
-rw-r--r--src-tauri/src/github/pull_requests.rs2
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
))
}