-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix jq usage in ggt.sh To use the top-level json node one needs to provide this as an argument to jq, otherwise it will throw an error: $ cat menu/hackmas24.json | jq -Mc "" jq: error: Top-level program not given (try ".") jq: 1 compile error $ jq --version jq-1.7.1 * Add Ubuntu Summit 2024
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"version": 2024100900, | ||
"url": "https://events.canonical.com/event/51/event.ics?detail=contributions", | ||
"title": "Ubuntu Summit 2024", | ||
"start": "2024-10-25", | ||
"end": "2024-10-27", | ||
"timezone": "Europe/Amsterdam", | ||
"metadata": { | ||
"links": [ | ||
{ | ||
"url": "https://ubuntu.com/summit", | ||
"title": "Website" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters