From 52e8403bb73be48fb49638ae35b7596bc3171f67 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 25 May 2024 01:01:31 -0300 Subject: [PATCH] Reduce "revision" to commit sha --- nanoc/lib/mixin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanoc/lib/mixin.rb b/nanoc/lib/mixin.rb index d70f6ab5d..2455f5760 100644 --- a/nanoc/lib/mixin.rb +++ b/nanoc/lib/mixin.rb @@ -15,7 +15,7 @@ module Mixin end def revision - ["v#{app_version}", " ", "(#{cmd("git rev-parse HEAD").stdout.strip})"].join + cmd("git rev-parse HEAD").stdout.strip end def build_dir