diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-04 18:29:09 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-04 18:29:09 -0400 |
| commit | 7b735ab6fc3e0bb368f1ca484168eaefbbe3ce9c (patch) | |
| tree | 4a7c78bb0967b8fbc1042d901cf0346705d9d0d8 /examples/tomo-install | |
| parent | 0b8074154e2671691050bdb3bcb33245625a056c (diff) | |
Misc fixes
Diffstat (limited to 'examples/tomo-install')
| -rw-r--r-- | examples/tomo-install/tomo-install.tm | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
