Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Boye Borg committed Feb 28, 2020
1 parent 79c06ca commit 9c234c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6848,7 +6848,7 @@ async function main() {
assetConcurrency: 12
});

core.debug(`Importing '${datasetToMirror}' into '${dataset}'...`);
core.debug(`Importing '${datasetToMirror}' into '${datasetToReset}'...`);

const exportedDataset = fs.createReadStream(outputPath);

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function main() {
assetConcurrency: 12
});

core.debug(`Importing '${datasetToMirror}' into '${dataset}'...`);
core.debug(`Importing '${datasetToMirror}' into '${datasetToReset}'...`);

const exportedDataset = fs.createReadStream(outputPath);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reset-sanity-dataset",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"repository": "[email protected]:oslopride/reset-sanity-dataset.git",
"author": "Oslo Pride <[email protected]>",
Expand Down

0 comments on commit 9c234c3

Please sign in to comment.