Skip to content

Commit 981bc06

Browse files
committed
Linting changes
1 parent 41cdad2 commit 981bc06

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

products/img-builder-config.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
2-
{
3-
"product": "Nextflow Advanced",
4-
"pipeline": "RL_RG_Nextflow_Advanced",
5-
"path": "/RL/RG/StandardCatalog/nextflow-latest"
6-
},
7-
{
8-
"product": "RStudio",
9-
"pipeline": "RL_RG_RStudio",
10-
"path": "/RL/RG/StandardCatalog/RStudio"
11-
}
2+
{
3+
"product": "Nextflow Advanced",
4+
"pipeline": "RL_RG_Nextflow_Advanced",
5+
"path": "/RL/RG/StandardCatalog/nextflow-latest"
6+
},
7+
{
8+
"product": "RStudio",
9+
"pipeline": "RL_RG_RStudio",
10+
"path": "/RL/RG/StandardCatalog/RStudio"
11+
}
1212
]

products/make-ami-list-json.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
jq -r '.Products | map( (.ami_id_list |= ( map_values(to_entries ) | flatten)) )'
3+
jq -r '.Products | map( (.ami_id_list |= ( map_values(to_entries ) | flatten)) )'

0 commit comments

Comments
 (0)