From afdcf6bdffdc2f7886098ecff1d74862b15dce8c Mon Sep 17 00:00:00 2001
From: Ajeet D'Souza <98ajeet@gmail.com>
Date: Sun, 19 Nov 2023 05:25:23 +0530
Subject: [PATCH] Fix CI
---
README.md | 5 ++++-
src/util.rs | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8600ef15..7ade4741 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,10 @@
- Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
+
+ Warp is a modern, Rust-based terminal with AI built in so you and your team
+ can build great software, faster.
+
Visit warp.dev to learn more.
diff --git a/src/util.rs b/src/util.rs
index 47e7e935..1f8fc95f 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -23,7 +23,7 @@ pub const MONTH: Epoch = 30 * DAY;
pub struct Fzf(Command);
impl Fzf {
- const ERR_FZF_NOT_FOUND: &str = "could not find fzf, is it installed?";
+ const ERR_FZF_NOT_FOUND: &'static str = "could not find fzf, is it installed?";
pub fn new() -> Result {
// On Windows, CreateProcess implicitly searches the current working