diff --git a/bin/crew b/bin/crew index ea09d484f..8a0f6e608 100755 --- a/bin/crew +++ b/bin/crew @@ -1823,7 +1823,7 @@ def sysinfo_command(args) - Chromebrew prefix: `#{CREW_PREFIX}` - Chromebrew libdir: `#{CREW_LIB_PREFIX}` - - Last update in local repository: `#{`git log --pretty=format:"%h: %s" HEAD^..HEAD`}` + - Last update in local repository: `#{`cd #{CREW_LIB_PATH}; git log --pretty=format:"%h: %s" HEAD^..HEAD`}` - OS variant: `#{lsb_release['CHROMEOS_RELEASE_NAME']}` - OS version: `#{lsb_release['CHROMEOS_RELEASE_BUILDER_PATH']}` diff --git a/lib/const.rb b/lib/const.rb index f49a4a47b..06d541332 100644 --- a/lib/const.rb +++ b/lib/const.rb @@ -1,6 +1,6 @@ # Defines common constants used in different parts of crew -CREW_VERSION = '1.23.3' +CREW_VERSION = '1.23.4' ARCH_ACTUAL = `uname -m`.chomp # This helps with virtualized builds on aarch64 machines