This is an automated email from the ASF dual-hosted git repository.

usbrandon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 209e899d7c Fix Google Sheets output category #3525
     new 18d98d7ecf Merge pull request #3528 from nadment/3525
209e899d7c is described below

commit 209e899d7cb8660c3caa43f2234b86e35c9c8397
Author: Nicolas Adment <[email protected]>
AuthorDate: Sat Dec 30 16:08:32 2023 +0100

    Fix Google Sheets output category #3525
---
 .../hop/pipeline/transforms/googlesheets/GoogleSheetsOutputMeta.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/plugins/tech/google/src/main/java/org/apache/hop/pipeline/transforms/googlesheets/GoogleSheetsOutputMeta.java
 
b/plugins/tech/google/src/main/java/org/apache/hop/pipeline/transforms/googlesheets/GoogleSheetsOutputMeta.java
index 5d7db4912d..79ddb6b84c 100644
--- 
a/plugins/tech/google/src/main/java/org/apache/hop/pipeline/transforms/googlesheets/GoogleSheetsOutputMeta.java
+++ 
b/plugins/tech/google/src/main/java/org/apache/hop/pipeline/transforms/googlesheets/GoogleSheetsOutputMeta.java
@@ -35,7 +35,7 @@ import java.util.List;
     image = "google-sheets-output.svg",
     name = "i18n::GoogleSheetsOutput.transform.Name",
     description = "i18n::GoogleSheetsOutput.transform.Name",
-    categoryDescription = 
"i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Input",
+    categoryDescription = 
"i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Output",
     documentationUrl = "/pipeline/transforms/google-sheets-output.html")
 public class GoogleSheetsOutputMeta
     extends BaseTransformMeta<GoogleSheetsOutput, GoogleSheetsOutputData> {

Reply via email to