From cb1d60939bc27e07a697761b71b484a8002acd68 Mon Sep 17 00:00:00 2001 From: James Laska Date: Fri, 4 Sep 2015 14:08:35 -0400 Subject: [PATCH] Renamed packaging/offline -> packaging/bundle Also replaced all instances off `offline` with `bundle`. Also includes minor trailing whitespace cleanup. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3ba13ef34..bc47171524 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PACKER ?= packer GRUNT ?= $(shell [ -t 0 ] && echo "grunt" || echo "grunt --no-color") BROCCOLI ?= ./node_modules/.bin/broccoli NODE ?= node -DEPS_SCRIPT ?= packaging/offline/deps.py +DEPS_SCRIPT ?= packaging/bundle/deps.py AW_REPO_URL ?= "http://releases.ansible.com/ansible-tower" # Determine appropriate shasum command