Update charms.ceph location

Change-Id: I13957668f153746b5e878be6a031f9ea0cf09575
This commit is contained in:
Chris Holcombe 2016-09-23 10:29:55 -07:00
parent 57808f02ab
commit b6237a47a6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ch-sync: bin/charm_helpers_sync.py
$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
git-sync: bin/git_sync.py
$(PYTHON) bin/git_sync.py -d lib -s https://github.com/CanonicalLtd/charms_ceph.git
$(PYTHON) bin/git_sync.py -d lib -s https://github.com/openstack/charms.ceph.git
sync: git-sync ch-sync