Fixed typo in a comment (#5868)

This commit is contained in:
Ferdy Pruis
2018-11-30 01:08:44 +01:00
committed by Brian Kassouf
parent e883087713
commit e08300ad3a

View File

@@ -8,7 +8,7 @@ set -e
# #
# 1. Vault has been checked out at an appropriate version and built # 1. Vault has been checked out at an appropriate version and built
# 2. vault executable is in your path # 2. vault executable is in your path
# 3. Vault isn't alredy running # 3. Vault isn't already running
echo "Starting Vault..." echo "Starting Vault..."
if pgrep -x "vault" > /dev/null if pgrep -x "vault" > /dev/null