commit f098a2fb2c35de64cbd44c35bbcf7ed61ab9c671 parent 1dbbd3c524d0d52fed85ccb063cc0eb1021e7b59 Author: Jake Bauer <jbauer@paritybit.ca> Date: Thu, 6 Aug 2020 18:40:47 -0400 Make compile script spit out correct URL at the end Diffstat:
M | compile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile b/compile @@ -287,5 +287,5 @@ for file in "$@"; do auto_upload fi - print_success_msg "FINISHED: https://$siteName/$subDir/$fileName.html" + print_success_msg "FINISHED: https://$siteName/$subDir/$fileName.$fileExt" done