Skip to content

Commit

Permalink
RepoFinder now repoFinder
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod Johnson committed Sep 26, 2017
1 parent b3be119 commit 7a6f4ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/operations/common/LocalOrRemote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as shell from "shelljs";

import { Parameter, Secret } from "../../decorators";
import { Secrets } from "../../Handlers";
import { RepoFinder } from "../common/RepoFinder";
import { RepoFinder } from "./repoFinder";
import { RepoId } from "../common/RepoId";
import { allReposInTeam } from "./allReposInTeamRepoFinder";

Expand Down
2 changes: 1 addition & 1 deletion src/operations/common/allReposInTeamRepoFinder.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HandlerContext } from "../../HandlerContext";
import { ReposQuery, ReposQueryVariables } from "../../schema/schema";
import { twoTierDirectoryRepoFinder } from "./localRepoFinder";
import { RepoFinder } from "./RepoFinder";
import { RepoFinder } from "./repoFinder";
import { RepoId, SimpleRepoId } from "./RepoId";

// Hard-coded limit in GraphQL queries. Not sure why we can't pass this
Expand Down
2 changes: 1 addition & 1 deletion src/operations/common/localRepoFinder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { logger } from "../../internal/util/logger";
import { DefaultExcludes } from "../../project/FileGlobs";
import { NodeFsLocalProject } from "../../project/local/NodeFsLocalProject";
import { toPromise } from "../../project/util/projectUtils";
import { RepoFinder } from "./RepoFinder";
import { RepoFinder } from "./repoFinder";
import { SimpleRepoId } from "./RepoId";

/**
Expand Down
File renamed without changes.

0 comments on commit 7a6f4ad

Please sign in to comment.