Skip to content

Commit

Permalink
dist fix (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishub committed Apr 1, 2022
1 parent 05fb98d commit 3e8e90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/setup/index.js
Expand Up @@ -38341,7 +38341,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
const glob = __importStar(__webpack_require__(281));
const path = __importStar(__webpack_require__(622));
const exec = __importStar(__webpack_require__(986));
const cache_distributor_1 = __importDefault(__webpack_require__(435));
const cache_distributor_1 = __importDefault(__webpack_require__(596));
class PoetryCache extends cache_distributor_1.default {
constructor(pythonVersion, patterns = '**/poetry.lock') {
super('poetry', patterns);
Expand Down

0 comments on commit 3e8e90e

Please sign in to comment.