Skip to content

Commit 471c4b4

Browse files
author
Michael Choi
committed
cleaning up reference to InstanceMetadataError; no longer exists
1 parent c13d8cb commit 471c4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/codedeploy-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ begin
131131
rescue Docopt::Exit => e
132132
puts e.message
133133
exit(false)
134-
rescue AWS::CodeDeploy::Local::CLIValidator::ValidationError,InstanceMetadata::InstanceMetadataError,SystemCallError,ArgumentError => e
134+
rescue AWS::CodeDeploy::Local::CLIValidator::ValidationError,SystemCallError,ArgumentError => e
135135
puts "ERROR: #{e.message}"
136136
exit(false)
137137
rescue Aws::Errors::MissingCredentialsError => e

0 commit comments

Comments
 (0)