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 a5ea5f1 commit eb9331cCopy full SHA for eb9331c
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
@@ -438,7 +438,7 @@ EOF
438
439
REGION = get_region
440
BUCKET = "aws-codedeploy-#{REGION}"
441
- VERSION_FILE_KEY = 'latest/VERSION'
+ VERSION_FILE_KEY = 'latest/LATEST_VERSION'
442
443
NO_AGENT_INSTALLED_REPORTED_WINDOWS_VERSION = 'No Agent Installed'
444
def running_agent_version_windows
0 commit comments