streamlet-examples/__relpipe_in_filesystem_script_inode
branchv_0
changeset 44 dc5c210295d0
parent 33 f9cada1d46a4
--- a/streamlet-examples/__relpipe_in_filesystem_script_inode	Fri Jan 17 14:07:33 2020 +0100
+++ b/streamlet-examples/__relpipe_in_filesystem_script_inode	Sat Jan 18 16:41:59 2020 +0100
@@ -22,7 +22,7 @@
 . "$(dirname $0)/streamlet-common.sh"
 
 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
-	send OUTPUT_ATTRIBUTE_METADATA "${outputAttributeAliases[0]}"    "integer"
+	send OUTPUT_ATTRIBUTE_METADATA "${outputAttributeAliases[0]-inode}"    "integer"
 	send WAITING_FOR_INPUT_ATTRIBUTES
 }