Skip to content

Commit 9cc5e60

Browse files
committed
Removing invalid multibyte character
1 parent 1242876 commit 9cc5e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/instance_agent/plugins/codedeploy/application_specification/application_specification.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def parse_type_list(type_list)
119119
type_list ||= supported_types
120120
type_list.each do |type|
121121
if !supported_types.include?(type)
122-
raise AppSpecValidationException, "The deployment failed because the application specification file specifies a permission for an object type not supported for permissions (#{type}). Update the permissions section of the AppSpec file, and then try again."
122+
raise AppSpecValidationException, "The deployment failed because the application specification filespecifies a permission for an object type not supported for permissions (#{type}). Update the permissions section of the AppSpec file, and then try again."
123123
end
124124
end
125125
type_list

0 commit comments

Comments
 (0)