Skip to content

Commit

Permalink
Fix link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Jan 25, 2024
1 parent e8b830e commit 1e2f3cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Genie"
uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
authors = ["Adrian Salceanu <[email protected]>"]
version = "5.24.1"
version = "5.24.2"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
4 changes: 2 additions & 2 deletions src/Loader.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function bootstrap(context::Union{Module,Nothing} = default_context(context); sh
GLOBAL_ENV_FILE_NAME = "global.jl"

if isfile(Genie.config.env_file)
DotEnv.config(;path = Genie.config.env_file, override = true)
DotEnv.config(; path = Genie.config.env_file, override = true)
end

if haskey(ENV, "GENIE_ENV")
Expand Down Expand Up @@ -101,7 +101,7 @@ function print_banner()

printstyled("| Website https://genieframework.com\n", color = :light_black, bold = true)
printstyled("| GitHub https://github.com/genieframework\n", color = :light_black, bold = true)
printstyled("| Docs https://genieframework.com/docs\n", color = :light_black, bold = true)
printstyled("| Docs https://learn.genieframework.com\n", color = :light_black, bold = true)
printstyled("| Discord https://discord.com/invite/9zyZbD6J7H\n", color = :light_black, bold = true)
printstyled("| Twitter https://twitter.com/essenciary\n\n", color = :light_black, bold = true)
printstyled("Active env: $(ENV["GENIE_ENV"] |> uppercase)\n\n", color = :light_blue, bold = true)
Expand Down

0 comments on commit 1e2f3cd

Please sign in to comment.