Skip to content

Commit fd2e63a

Browse files
committed
Update jq script-01
1 parent 0783e85 commit fd2e63a

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 -r ."name" person.json
8+
jq -r ."name" person.json

0 commit comments

Comments
 (0)