Skip to content

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed Nov 12, 2023
1 parent 71922dd commit 926ea1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/documents.jl
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ struct RemoteRepository
end
function RemoteRepository(root::AbstractString, remote::Remotes.Remote)
try
@info "RemoteRepository" root remote
@info " >" realpath(root)
@info " >" repo_commit(root)
RemoteRepository(realpath(root), remote, repo_commit(root))
catch e
e isa RepoCommitError || rethrow()
Expand Down

0 comments on commit 926ea1b

Please sign in to comment.