aboutsummaryrefslogtreecommitdiff
path: root/tools/upgrade.nom
diff options
context:
space:
mode:
Diffstat (limited to 'tools/upgrade.nom')
-rwxr-xr-xtools/upgrade.nom2
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: