Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
codeintel: Add scheme to frontend URL in indexer (#11120)
Browse files Browse the repository at this point in the history
  • Loading branch information
efritz authored May 29, 2020
1 parent 34b6de8 commit 44ea971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (p *processor) upload(ctx context.Context, repoDir string, index db.Index)
}

args := []string{
fmt.Sprintf("-endpoint=%s", p.frontendURL),
fmt.Sprintf("-endpoint=http://%s", p.frontendURL),
"lsif",
"upload",
fmt.Sprintf("-repo=%s", repoName),
Expand Down

0 comments on commit 44ea971

Please sign in to comment.