aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tour.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tour.gleam b/src/tour.gleam
index e34cf77..7015727 100644
--- a/src/tour.gleam
+++ b/src/tour.gleam
@@ -117,7 +117,7 @@ pub fn main() {
case result {
Ok(_) -> {
- io.println("Done")
+ io.println("Site compiled to ./public 🎉")
}
Error(snag) -> {
panic as snag.pretty_print(snag)