sandstorm-io / vagrant-spk

Packaging tool for Sandstorm, a self-hosting platform for web apps!
Apache License 2.0
55 stars 29 forks source link

Minor formatting tweak in Vagrantfile message #317

Closed zenhack closed 2 years ago

zenhack commented 2 years ago

This is a really trivial thing, but: my terminal's link detection seems to want to include the period after the url in the url itself, which means just trying to right click & open the link does not work correctly. This patch gets around this by formatting the text in a way that doesn't have the period at the end. I believe it still scans ok.

kpreid commented 2 years ago

FYI, the traditional way to disambiguate this is to put angle brackets around the URL. Not saying that's better than the approach you took, just that angle brackets should be reliably a delimiter in any competent URL autolinker regardless of what other punctuation is present.

zenhack commented 2 years ago

Makes sense; will keep that in my back pocket for later.