Skip to content

Commit

Permalink
fix: jq expression in create store shell example (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Apr 9, 2024
1 parent 1a20d35 commit 83ea07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/create-store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public class Example {
fga store create --name "FGA Demo Store"

# To create the store and directly put the Store ID into an env variable:
# export FGA_STORE_ID=$(fga store create --name "FGA Demo Store" | jq -r .id)
# export FGA_STORE_ID=$(fga store create --name "FGA Demo Store" | jq -r .store.id)
```

</TabItem>
Expand Down

0 comments on commit 83ea07a

Please sign in to comment.