Skip to content

Commit 313152b

Browse files
Fix dependency in GCS Bucket Create
1 parent 2467c7b commit 313152b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/cdap/plugin/gcp/gcs/actions/GCSBucketCreate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public void run(ActionContext context) throws Exception {
147147
gcsPath);
148148
throw ErrorUtils.getProgramFailureException(
149149
new ErrorCategory(ErrorCategory.ErrorCategoryEnum.PLUGIN),
150-
errorReason, errorReason, ErrorType.USER, true, null);
150+
errorReason, errorReason, ErrorType.USER, false, null);
151151
}
152152
}
153153

0 commit comments

Comments
 (0)