From f890b6daa7e46594e677e85c6727207bb6f9171d Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Tue, 2 Dec 2014 11:20:03 -0600 Subject: [PATCH] Shift makefile to hostname. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1249b1425c..807f0ba732 100644 --- a/Makefile +++ b/Makefile @@ -163,9 +163,9 @@ develop: # Do any one-time init tasks. init: @if [ "$(VIRTUAL_ENV)" ]; then \ - awx-manage register_instance --primary --ip-address=127.0.0.1; \ + awx-manage register_instance --primary --hostname=127.0.0.1; \ else \ - sudo awx-manage register_instance --primary --ip-address=127.0.0.1; \ + sudo awx-manage register_instance --primary --hostname=127.0.0.1; \ fi # Refresh development environment after pulling new code.