Skip to content

Commit

Permalink
doc(julia): clarify startup_file option purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura7089 committed Nov 18, 2024
1 parent 42fd87a commit 25957a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@
# use_sudo = false

[julia]
# If enabled, Topgrade invokes julia with the --startup-file=yes CLI option.
# If disabled, Topgrade invokes julia with the --startup-file=no CLI option.
#
# This may be desirable to avoid loading outdated packages with "using" directives
# in the startup file which would cause the update run to fail.
# in the startup file, which might cause the update run to fail.
# (default: true)
# startup_file = true

0 comments on commit 25957a8

Please sign in to comment.