]> git.immae.eu Git - github/fretlink/terraform-provider-mailgun.git/commitdiff
fix comment
authoralexandreFre <51956137+alexandreFre@users.noreply.github.com>
Mon, 8 Jul 2019 14:20:48 +0000 (16:20 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2019 14:20:48 +0000 (16:20 +0200)
Co-Authored-By: paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>
scripts/launch-website.sh

index ec9e92c8634aa22bea9f2b361938f8a0ad9275e4..dda894dd6077717b2b186f309a67ff11b32631af 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-#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
+# 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.
 (sleep 10;
 wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/;