Skip to content

Commit

Permalink
Merge pull request #275 from silasbw/request-fix0
Browse files Browse the repository at this point in the history
Fix request import in log.ts
  • Loading branch information
k8s-ci-robot committed Jun 12, 2019
2 parents 64d2de5 + 2965dca commit cf992ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.ts
@@ -1,4 +1,4 @@
import { default as request } from 'request';
import request = require('request');
import { Writable } from 'stream';

import { KubeConfig } from './config';
Expand Down

0 comments on commit cf992ee

Please sign in to comment.