aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoralexandreFre <51956137+alexandreFre@users.noreply.github.com>2019-07-08 16:20:48 +0200
committerGitHub <noreply@github.com>2019-07-08 16:20:48 +0200
commit326af631a8ff605fd340704cf613778323320c96 (patch)
treec08cff27d533c8a8896704f1001760e33d68b51f
parent7cbb92efb5e84de877976830ee04798c1cc808b8 (diff)
downloadterraform-provider-mailgun-326af631a8ff605fd340704cf613778323320c96.tar.gz
terraform-provider-mailgun-326af631a8ff605fd340704cf613778323320c96.tar.zst
terraform-provider-mailgun-326af631a8ff605fd340704cf613778323320c96.zip
fix comment
Co-Authored-By: paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>
-rwxr-xr-xscripts/launch-website.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/launch-website.sh b/scripts/launch-website.sh
index ec9e92c..dda894d 100755
--- a/scripts/launch-website.sh
+++ b/scripts/launch-website.sh
@@ -1,6 +1,6 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2 2
3#the sleep and the subquery & are here to ensure that wget is called after make website have done its work so that the website is gotten correctly 3# sleep and the sub-command are there to make sure wget is called *after* `make website` has started. This ensures the website to be fetched correctly.
4(sleep 10; 4(sleep 10;
5wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/; 5wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/;
6 6