Skip to content

Commit

Permalink
somehow forgot to add repo and revision woops
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Apr 12, 2024
1 parent 6ed2c01 commit cb78afd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/neptune/adhoc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ func NewServer(config *adhocconfig.Config) (*Server, error) {
GithubActivities: githubActivities,
RootConfigBuilder: rootConfigBuilder,
GithubRetriever: githubRetriever,
Repo: config.GlobalCfg.AdhocMode.Repo,
Revision: config.GlobalCfg.AdhocMode.Revision,
}
return &server, nil
}
Expand Down

0 comments on commit cb78afd

Please sign in to comment.