Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza committed Nov 19, 2023
1 parent 2014a89 commit afdcf6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
<div>
<img src="contrib/warp.png" width="230" alt="Warp" />
</div>
<b>Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.</b>
<b>
Warp is a modern, Rust-based terminal with AI built in so you and your team
can build great software, faster.
</b>
<div>
<sup>Visit <u>warp.dev</u> to learn more.</sup>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Self> {
// On Windows, CreateProcess implicitly searches the current working
Expand Down

0 comments on commit afdcf6b

Please sign in to comment.