Skip to content

Commit 0fdfc3f

Browse files
Boshra MahmoudiBoshra Mahmoudi
authored andcommitted
fix the problem in script1
1 parent 7cc0b39 commit 0fdfc3f

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)