Skip to content

Commit 8769598

Browse files
committed
use double quotes
1 parent 54d49c6 commit 8769598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/ping_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def index
44
@scan.vulnerabilities.create!(
55
status: 'HIGH',
66
class_type: 'Vulnerability',
7-
description: 'Possible XXE vulnerability in #{@scan.url}',
7+
description: "Possible XXE vulnerability in #{@scan.url}",
88
value: body
99
) if @scan
1010
render json: { status: :ok }

0 commit comments

Comments
 (0)