Skip to content

Commit

Permalink
make it a link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacherr committed Oct 21, 2024
1 parent 20173a2 commit 3fce423
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assyst-core/src/command/services/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,11 @@ pub async fn download(ctxt: CommandCtxt<'_>, url: Word, options: DownloadFlags)
&format!(
"Took {}\n{}",
format_duration(&ctxt.data.execution_timings.processing_time_start.elapsed()),
"Downloaded with cobalt.tools".subtext()
format!(
"Downloaded with {}",
"cobalt.tools".url("<https://cobalt.tools>", Some("Link to cobalt.tools"))
)
.subtext()
)[..],
))
.await?;
Expand Down

0 comments on commit 3fce423

Please sign in to comment.