Skip to content

Commit

Permalink
fix the error with colon after url in the regex
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkoller committed Jun 12, 2023
1 parent 7025f5b commit a4f56c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.spidergram.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs_version: "18"
hooks:
post-start:
- exec: perl -pi -e "s/(url: https?:\/\/).*\d{4}/\1$DDEV_PROJECT.$DDEV_TLD:8529/g" ./spidergram.config.yaml
- exec: perl -pi -e "s/(url?:\ https?:\/\/).*\d{4}/\1$DDEV_PROJECT.$DDEV_TLD:8529/g" ./spidergram.config.yaml

0 comments on commit a4f56c0

Please sign in to comment.