Skip to content

Commit 49c8fa3

Browse files
committed
fixed first script
1 parent 87c321d commit 49c8fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jq/script-01.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -euo pipefail
55
# The input for this script is the person.json file.
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.
8-
jq '.name' person.json
8+
jq -r '.name' person.json

0 commit comments

Comments
 (0)