Skip to content

Commit 90df461

Browse files
author
Alban
authored
Merge pull request linode#7 from Jskobos/patch-getDependencies
Patch get dependencies
2 parents b732683 + d8ba0ad commit 90df461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getDependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ curl https://developers.linode.com/api/docs/v4/openapi.yaml > src/data/openapi.y
1616

1717
echo
1818
echo "${BLUE}Removing faulty data${NC}"
19-
sed -i '/backgroundColor:/d' src/data/openapi.yaml
19+
sed -i.bak '/backgroundColor:/d' src/data/openapi.yaml
20+
rm src/data/openapi.yaml.bak
2021

2122
echo
2223
echo "${BLUE}Converting YAML to JSON${NC}"

0 commit comments

Comments
 (0)