Compare commits
4 Commits
12fc9737f7
...
fc52b828a5
| Author | SHA1 | Date | |
|---|---|---|---|
| fc52b828a5 | |||
| 38448a8194 | |||
| b7fc0c6e3d | |||
| 427da325c4 |
@@ -11,7 +11,7 @@ do
|
||||
RESOURCE=$(sed -n 's/^resource "\([^"]*\)" "\([^"]*\)".*/-target=\1.\2 /gp' "$FILE")
|
||||
MODULE=$(sed -n 's/^module "\([^"]*\)".*/-target=module.\1 /gp' "$FILE")
|
||||
if [[ -z "$RESOURCE" ]] && [[ -z "$MODULE" ]]; then
|
||||
echo "Cannot detect terraform resource and module in $FILE"
|
||||
echo "Cannot detect terraform resource and module in $FILE" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
@@ -559,3 +559,6 @@ btop:
|
||||
hedgewars:
|
||||
archlinux:
|
||||
- hedgewars
|
||||
supertuxkart:
|
||||
archlinux:
|
||||
- supertuxkart
|
||||
|
||||
Submodule pkgbuilds/google-earth-pro updated: ce8dffdd33...84c189d0ee
Submodule pkgbuilds/spotify updated: 7df0734d93...becb37d4d4
Reference in New Issue
Block a user