We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68730b9 commit cd883c7Copy full SHA for cd883c7
bin/install
@@ -317,7 +317,7 @@ end
317
318
def get_target_version(target_version, type, region, bucket)
319
if target_version.nil?
320
- version_file_key = 'latest/VERSION'
+ version_file_key = 'latest/LATEST_VERSION'
321
version_data = get_version_file_from_s3(region, bucket, version_file_key)
322
if version_data.include? type
323
return version_data[type]
bin/update
@@ -439,7 +439,7 @@ EOF
439
440
REGION = get_region
441
BUCKET = "aws-codedeploy-#{REGION}"
442
- VERSION_FILE_KEY = 'latest/VERSION'
+ VERSION_FILE_KEY = 'latest/LATEST_VERSION'
443
444
NO_AGENT_INSTALLED_REPORTED_WINDOWS_VERSION = 'No Agent Installed'
445
def running_agent_version_windows
0 commit comments