Skip to content

Commit 03d7fe0

Browse files
committed
Fix wrong task script in synthetic
1 parent c265525 commit 03d7fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/synthetic.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
<type type="delphix.Task" extends="xlrelease.PythonScript" virtual="true">
24-
<property name="scriptLocation" default="ispw/ISPWTask.py" hidden="true"/>
24+
<property name="scriptLocation" default="delphix/DelphixTask.py" hidden="true"/>
2525
<property name="iconLocation" default="delphix/delphix.png" hidden="true"/>
2626
<property name="taskColor" hidden="true" default="#70767a"/>
2727

0 commit comments

Comments
 (0)