From 67e8851a173a059fe268dd8e2e8acb26a98ca0e9 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:53:00 +0000 Subject: [PATCH] Apply auto-build changes --- .../CommunityFlowPlugins/file/setOriginalFile/1.0.0/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FlowPlugins/CommunityFlowPlugins/file/setOriginalFile/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/setOriginalFile/1.0.0/index.js index 6ccebcd..00f35d1 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/setOriginalFile/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/setOriginalFile/1.0.0/index.js @@ -4,8 +4,7 @@ exports.plugin = exports.details = void 0; /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ var details = function () { return ({ name: 'Set Original File', - description: 'Set the working file to the original file path at the very start of the flow. ' - + 'The original file won\'t be affected by subsequent plugins (E.g. Replace Original File).', + description: 'Set the working file to the original file path at the very start of the flow.', style: { borderColor: 'green', },