Skip to content

Commit

Permalink
Merge pull request #756 from HaveAGitGat/replace_original
Browse files Browse the repository at this point in the history
Update description #747
  • Loading branch information
HaveAGitGat authored Jan 26, 2025
2 parents 105638a + bf48520 commit aea544c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var fileUtils_1 = require("../../../../FlowHelpers/1.0.0/fileUtils");
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
var details = function () { return ({
name: 'Replace Original File',
description: 'Replace the original file. If the file hasn\'t changed then no action is taken.',
description: "\n Replace the original file with the 'working' file passed into this plugin. \n If the file hasn't changed then no action is taken.\n Note: The 'working' filename and container will replace the original filename and container.\n ",
style: {
borderColor: 'green',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ import {
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
const details = (): IpluginDetails => ({
name: 'Replace Original File',
description: 'Replace the original file. If the file hasn\'t changed then no action is taken.',
description: `
Replace the original file with the 'working' file passed into this plugin.
If the file hasn't changed then no action is taken.
Note: The 'working' filename and container will replace the original filename and container.
`,
style: {
borderColor: 'green',
},
Expand Down

0 comments on commit aea544c

Please sign in to comment.