Skip to content

Commit db607e6

Browse files
committed
Remove a comma
1 parent 897a160 commit db607e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/shipit/deploy_spec/file_system.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def shipit_file_names_in_priority_order
121121
".shipit/#{@env}.#{ext}",
122122

123123
"shipit.#{ext}",
124-
".shipit/shipit.#{ext}",
124+
".shipit/shipit.#{ext}"
125125
]
126126
end.uniq
127127
end

0 commit comments

Comments
 (0)