Skip to content

Commit

Permalink
implement getConfiguredPathTemplate to return configured path
Browse files Browse the repository at this point in the history
  • Loading branch information
L2JE committed Oct 17, 2023
1 parent f7f9e93 commit 715bca5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,8 @@ class AzureFileStoragePlugin implements ExecutionFileStoragePlugin, ExecutionMul
return blob
}


@Override
public String getConfiguredPathTemplate(){
return this.path;
}
}

0 comments on commit 715bca5

Please sign in to comment.