Skip to content

Commit 937b79c

Browse files
authored
Fix double quote (#5)
1 parent 230a3d3 commit 937b79c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ DIR=$1
44
TOKEN=${2:-$GITHUB_TOKEN}
55
FORMAT='::{{ToLower .Severity.Name}} file={{.Position.FilePath}},line={{.Position.StartLine}},col={{.Position.StartColumn}}::{{.Message}}'
66

7-
codeownerslint -f $FORMAT -d $DIR -t $TOKEN
7+
codeownerslint -f "$FORMAT" -d "$DIR" -t "$TOKEN"

0 commit comments

Comments
 (0)