From eb910cb2c7200278941cd4834c032cecfb08fd03 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:57:45 +0000 Subject: [PATCH 1/2] Update description #747 --- .../file/replaceOriginalFile/1.0.0/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/replaceOriginalFile/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/replaceOriginalFile/1.0.0/index.ts index 3f48f23..f4182f0 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/replaceOriginalFile/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/replaceOriginalFile/1.0.0/index.ts @@ -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', }, From bf485200752672092c7d5b1b9b62409a0e6071da Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:59:24 +0000 Subject: [PATCH 2/2] Apply auto-build changes --- .../file/replaceOriginalFile/1.0.0/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowPlugins/CommunityFlowPlugins/file/replaceOriginalFile/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/replaceOriginalFile/1.0.0/index.js index 71b1cf3..4440a66 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/replaceOriginalFile/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/replaceOriginalFile/1.0.0/index.js @@ -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', },