Skip to content

Commit

Permalink
fixed args
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Dec 13, 2024
1 parent 2cd3ef1 commit b78af57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static void main(String[] args) {
return;
}

String deliveryStreamName = "stream35" ; //args[0];
String deliveryStreamName = args[0];

try {
// Read and parse sample data.
Expand Down

0 comments on commit b78af57

Please sign in to comment.