Skip to content

Commit 9380c5b

Browse files
committed
fix another hardcoded path
1 parent 1afdc70 commit 9380c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"cmd": "$(zap) convert --noUi --noServer --noZapFileLog --zcl ${zcl.zigbeeZclJsonFile} --out ${outFile} ${inFile}"
109109
},
110110
"zapIscOpen": {
111-
"cmd": "$(zap) --noServer --zcl ${zcl.zigbeeZclJsonFile} --generationTemplate ${sdkRoot}/protocol/zigbee/app/framework/gen-template/gen-teplates.json ${inFile}"
111+
"cmd": "$(zap) --noServer --zcl ${zcl.zigbeeZclJsonFile} --generationTemplate ${zcl.zigbeeTemplateJsonFile} ${inFile}"
112112
}
113113
}
114114
}

0 commit comments

Comments
 (0)