Skip to content

Commit

Permalink
Merge pull request #48 from tdviet/devel
Browse files Browse the repository at this point in the history
Minor formatting
  • Loading branch information
tdviet authored Jul 3, 2021
2 parents 9f90227 + 6aeae22 commit b2ea0f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.2
FROM python:3.9


SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
6 changes: 3 additions & 3 deletions examples/list-my-own-vms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ cat << EOF
Usage: ${0##*/} [-h] --site <SITE> --vo <VO>
List all VMs owned by the user in the given VO/site
Arguments:
-h, --help, help : Display this help message and exit
--site <SITE> : Site name
--vo <VO> : VO name
-h, --help, help : Display this help message and exit
--site <SITE> : Site name
--vo <VO> : VO name
EOF
}

Expand Down
2 changes: 2 additions & 0 deletions fedcloudclient/sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"https://raw.githubusercontent.com/tdviet/fedcloudclient/master/config/sites.yaml"
)

# ALL FILES in this site-config directory WILL BE DELETED at every execution
# of "fedcloud site save-config" command. Do not change it to a common directory
__LOCAL_CONFIG_DIR = ".config/fedcloud/site-config/"

__site_config_data: List[dict] = []
Expand Down

0 comments on commit b2ea0f8

Please sign in to comment.