Skip to content

Commit

Permalink
coderabbitai review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zzaakiirr committed Oct 21, 2024
1 parent d41fb62 commit 97cd911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/terraform_config/volume_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def validate_performance_class!
end

def validate_file_system_type!
return if FILE_SYSTEM_TYPES.include?(file_system_type)
return if FILE_SYSTEM_TYPES.include?(file_system_type.to_s)

raise ArgumentError, "Invalid file system type: #{file_system_type}. Choose from #{FILE_SYSTEM_TYPES.join(', ')}"
end
Expand Down

0 comments on commit 97cd911

Please sign in to comment.