From e8101776505920f1cc471d057dbadf6265cefa79 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 23 Apr 2014 17:20:49 +0200 Subject: [PATCH] Assume ohai has a binstub --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b089641..895f8cd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT=gitlab RELEASE_BUCKET=downloads-packages RELEASE_BUCKET_REGION=eu-west-1 SECRET_DIR:=$(shell openssl rand -hex 20) -PLATFORM_DIR:=$(shell ohai platform | ruby -rjson -e 'puts JSON.parse(ARGF.read).first') +PLATFORM_DIR:=$(shell bin/ohai platform | ruby -rjson -e 'puts JSON.parse(ARGF.read).first') build: OMNIBUS_APPEND_TIMESTAMP=0 bin/omnibus build project ${PROJECT} -- libgit2 0.21.2