Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' for release 0.1.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalger committed Jun 6, 2019
2 parents 2bc5aba + 0adef75 commit facec6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.0-beta3
===============

* Fixed infinite loop on initial setup routine

0.1.0-beta2
===============

Expand Down
3 changes: 0 additions & 3 deletions commands/sign-certificate.cmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/usr/bin/env bash
[[ ! ${WARDEN_COMMAND} ]] && >&2 echo -e "\033[31mThis script is not intended to be run directly!" && exit 1

## ensure warden install has been run
assert_installed

mkdir -p "${WARDEN_SSL_DIR}/certs"

if [[ ! -f "${WARDEN_SSL_DIR}/rootca/certs/ca.cert.pem" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion commands/usage.help
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WARDEN_HEADER='

WARDEN_USAGE=$(cat <<EOF
${WARDEN_HEADER:1}
Warden version 0.1.0-beta2
Warden version 0.1.0-beta3
\033[33mUsage:\033[0m
command [options] [arguments]
Expand Down

0 comments on commit facec6d

Please sign in to comment.