Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
fix github gist url formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
demfabris committed Feb 18, 2022
1 parent 152ed58 commit 05a78aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gistit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "gistit"
readme = "README.md"
repository = "https://github.com/fabricio7p/gistit"
version = "0.2.2"
version = "0.2.3"
homepage = "https://gistit.vercel.app/"

[features]
Expand Down
2 changes: 1 addition & 1 deletion gistit-cli/src/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ impl Dispatch for Action {
);

finish!(format!(
"\n hash: '{}' {} \n url: 'https://gistit.vercel.app/h/{}' {}\n\n",
"\n hash: '{}' {} \n url: 'https://gistit.vercel.app/h/{}' \n {}\n\n",
style(&server_hash).bold(),
clipboard_msg,
style(&server_hash).bold(),
Expand Down

1 comment on commit 05a78aa

@vercel
Copy link

@vercel vercel bot commented on 05a78aa Feb 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.