From dc15c2838f5aff6c7daddc7993ce2bb4719d634b Mon Sep 17 00:00:00 2001 From: dearblue Date: Sun, 22 Dec 2019 14:01:53 +0900 Subject: Display directory with git command --- lib/mruby/build/command.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mruby/build/command.rb b/lib/mruby/build/command.rb index 2b26ad20b..f2d735c34 100644 --- a/lib/mruby/build/command.rb +++ b/lib/mruby/build/command.rb @@ -302,12 +302,12 @@ module MRuby end def run_checkout(dir, checksum_hash) - _pp "GIT CHECKOUT", checksum_hash + _pp "GIT CHECKOUT", dir, checksum_hash _run checkout_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) } end def run_reset_hard(dir, checksum_hash) - _pp "GIT RESET", checksum_hash + _pp "GIT RESET", dir, checksum_hash _run reset_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) } end -- cgit v1.2.3