Skip to content

Commit 3c73ae6

Browse files
committed
Merge #242: Lookup correct tag
0c0859c Lookup correct tag (Devrandom)
2 parents 971b72b + 0c0859c commit 3c73ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/gbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ build_desc["remotes"].each do |remote|
322322
system!("cd inputs/#{dir} && git checkout -q tobuild")
323323
system!("cd inputs/#{dir} && git submodule update --init --recursive --force")
324324
end
325-
commit = `cd inputs/#{dir} && git log --format=%H -1 #{commit}`.strip
325+
commit = `cd inputs/#{dir} && git log --format=%H -1 tobuild`.strip
326326
raise "error looking up commit for tag #{remote["commit"]}" unless $?.exitstatus == 0
327327
in_sums << "git:#{commit} #{dir}"
328328
end

0 commit comments

Comments
 (0)