From 3e64069d4e5ae810b9554085068c52fabab7d626 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:51:26 +0000 Subject: [PATCH] Update description --- .../CommunityFlowPlugins/file/setOriginalFile/1.0.0/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/setOriginalFile/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/setOriginalFile/1.0.0/index.ts index b2981d6..8e3637c 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/setOriginalFile/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/setOriginalFile/1.0.0/index.ts @@ -7,8 +7,7 @@ import { /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ const details = ():IpluginDetails => ({ 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', },