Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
inomata137 committed Mar 11, 2024
1 parent a1ef07a commit 8b07cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion formatcheck.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using TOML

using OkinawaCompPhysFoodSurvey2024: OkinawaFood, checktomlformat

default_githubuser() = LibGit2.getconfig("github.user", "")
default_githubuser() = LibGit2.getconfig(".", "github.user", "")

struct MissingUserException <: Exception end
function Base.showerror(io::IO, ::MissingUserException)
Expand Down
2 changes: 1 addition & 1 deletion interactive.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using TOML

using OkinawaCompPhysFoodSurvey2024: INTERACTIVE_OKINAWA_FOOD_OPTIONS

default_githubuser() = LibGit2.getconfig("github.user", "")
default_githubuser() = LibGit2.getconfig(".", "github.user", "")

struct MissingUserException <: Exception end
function Base.showerror(io::IO, ::MissingUserException)
Expand Down

0 comments on commit 8b07cf7

Please sign in to comment.