Skip to content

Commit 7ced772

Browse files
committed
fix scrip1, no quotes
1 parent 1a8a442 commit 7ced772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jq/script-01.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -euo pipefail
66
# TODO: Write a command to output the name of the person.
77
# Your output should be exactly the string "Selma", but should not contain any quote characters.
88

9-
jq '.name' ./person.json
9+
jq -r '.name' ./person.json

0 commit comments

Comments
 (0)