Skip to content

Commit 8b48a76

Browse files
committed
Fix: Missing Quotes
Quotes were missing in the yaml file. Signed-off-by: vrbagalkot <venkat.rao.bagalkote@ibm.com>
1 parent e5cbe37 commit 8b48a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/kselftest.py.data/futex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ component: !mux
44
run_type: !mux
55
upstream:
66
type: 'upstream'
7-
location: "https://github.com/torvalds/linux/archive/master.zip
7+
location: "https://github.com/torvalds/linux/archive/master.zip"

0 commit comments

Comments
 (0)