Skip to content

Commit

Permalink
as per conversation in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeliakou authored Nov 1, 2017
1 parent 56156ce commit c8c8b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/run-vault/run-vault
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readonly SUPERVISOR_CONFIG_PATH="/etc/supervisor/conf.d/run-vault.conf"
readonly DEFAULT_PORT=8200
readonly DEFAULT_LOG_LEVEL="info"

readonly AZURE_INSTANCE_METADATA_URL="http://169.254.169.254/metadata/instance?api-version=2017-04-02"
readonly AZURE_INSTANCE_METADATA_URL="http://169.254.169.254/metadata/instance?api-version=2017-08-01"

readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
readonly SCRIPT_NAME="$(basename "$0")"
Expand Down

0 comments on commit c8c8b99

Please # to comment.