Skip to content

Commit

Permalink
Update make help & s/juju/Juju
Browse files Browse the repository at this point in the history
  • Loading branch information
ale8k committed Jun 13, 2024
1 parent 5174de4 commit 257f1ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ help:
@echo 'make format - Format the source files.'
@echo 'make simplify - Format and simplify the source files.'
@echo 'make get-local-auth - Get local auth to the API WSS endpoint locally.'
@echo 'make rock - Build the JIMM rock.'
@echo 'make load-rock - Load the most recently built rock into your local docker daemon.'

.PHONY: build check install release clean format server simplify sysdeps help FORCE

Expand Down
4 changes: 2 additions & 2 deletions rocks/jimm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ base: [email protected]
version: '0.1'
summary: Juju Intelligent Model Manager provides a convient way to manage all of your models!
description: |
JIMM is a juju controller, used in conjunction with the JaaS dashboard to provide a seamless way
JIMM is a Juju controller, used in conjunction with the JaaS dashboard to provide a seamless way
to manage models, regardless of where their controllers reside or what cloud they may be running on.
license: GPL-3.0
Expand All @@ -14,7 +14,7 @@ services:
server:
summary: JIMM
description: |
JIMM is a juju controller, used in conjunction with the JaaS dashboard to provide a seamless way
JIMM is a Juju controller, used in conjunction with the JaaS dashboard to provide a seamless way
to manage models, regardless of where their controllers reside or what cloud they may be running on.
startup: enabled
override: replace
Expand Down

0 comments on commit 257f1ed

Please sign in to comment.