diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-20 20:18:14 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-20 20:18:23 -0700 |
| commit | 9af83191f2b4175fac663ef16ed31efa22061e7e (patch) | |
| tree | a252dea1d4011cad28f1a89f6cc697d815b49c2c | |
| parent | 8ab598f63d13a6bd929d8cacef5cc54b1c0aef30 (diff) | |
Fix for upgrading from unknown tree.
| -rwxr-xr-x | tools/upgrade.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.nom b/tools/upgrade.nom index 8f478ac..016e5b9 100755 --- a/tools/upgrade.nom +++ b/tools/upgrade.nom @@ -16,7 +16,7 @@ for %path in %args: if (%path is "-i"): %inplace = (yes) for file %filename in %path: %tree = (parse (read file %filename) from %filename) - %uptree = (%tree upgraded from %tree.version to (Nomsu version)) + %uptree = (%tree upgraded) %text = "#!/usr/bin/env nomsu -V\(Nomsu version)\n\(%uptree as nomsu)" if: %inplace: |
