Skip to content

Commit afdcf6b

Browse files
committed
Fix CI
1 parent 2014a89 commit afdcf6b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
<div>
1616
<img src="contrib/warp.png" width="230" alt="Warp" />
1717
</div>
18-
<b>Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.</b>
18+
<b>
19+
Warp is a modern, Rust-based terminal with AI built in so you and your team
20+
can build great software, faster.
21+
</b>
1922
<div>
2023
<sup>Visit <u>warp.dev</u> to learn more.</sup>
2124
</div>

src/util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub const MONTH: Epoch = 30 * DAY;
2323
pub struct Fzf(Command);
2424

2525
impl Fzf {
26-
const ERR_FZF_NOT_FOUND: &str = "could not find fzf, is it installed?";
26+
const ERR_FZF_NOT_FOUND: &'static str = "could not find fzf, is it installed?";
2727

2828
pub fn new() -> Result<Self> {
2929
// On Windows, CreateProcess implicitly searches the current working

0 commit comments

Comments
 (0)