Skip to content

Commit

Permalink
Fix slack-messages usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Aug 30, 2018
1 parent 4dec904 commit a0c2e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api-helper/misc/reportFailureInterpretation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import { logger } from "@atomist/automation-client";
import { RemoteRepoRef } from "@atomist/automation-client/operations/common/RepoId";
import * as slack from "@atomist/slack-messages/SlackMessages";
import * as slack from "@atomist/slack-messages";
import { AddressChannels } from "../../api/context/addressChannels";
import { InterpretedLog } from "../../spi/log/InterpretedLog";

Expand Down
2 changes: 1 addition & 1 deletion src/api/registration/ReviewerError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import * as slack from "@atomist/slack-messages/SlackMessages";
import * as slack from "@atomist/slack-messages";

export class ReviewerError extends Error {
constructor(public reviewerName: string, msg: string, public stderr: string) {
Expand Down

0 comments on commit a0c2e06

Please sign in to comment.