1 files changed, 1 insertions(+), 1 deletions(-)

M bin/hgsemver
M bin/hgsemver +1 -1
@@ 24,7 24,7 @@ p = subprocess.run(
         "-r",
         ".",
         "-T",
-        "{latesttag}{sub('^-0-.*', '', '-{latesttagdistance}-m{node|short}')}",
+        "{latesttag}{sub('^-0-.*', '', '-{latesttagdistance}-{node|short}')}",
     ],
     stdout=subprocess.PIPE,
 )