From 7b735ab6fc3e0bb368f1ca484168eaefbbe3ce9c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 4 Apr 2025 18:29:09 -0400 Subject: Misc fixes --- examples/tomo-install/tomo-install.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tomo-install') diff --git a/examples/tomo-install/tomo-install.tm b/examples/tomo-install/tomo-install.tm index c705af12..0be05619 100644 --- a/examples/tomo-install/tomo-install.tm +++ b/examples/tomo-install/tomo-install.tm @@ -40,7 +40,7 @@ func main(paths:[Path]): say("Already installed: $url") skip - alias := none:Text + alias : Text? = none curl_flags := ["-L"] if github := url_without_protocol:pattern_captures($Pat"github.com/{!/}/{!/}#{..}"): user := github[1] -- cgit v1.2.3