Skip to content

Commit 35ce501

Browse files
change echo to match beta command
1 parent 07e05e0 commit 35ce501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/serverless-fleets/run_wordcount

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CMDS=wordcount_commands.jsonl
2121
# construct the wordcount_commands.jsonl
2222
# ls data/tutorials/wordcount | awk '{ printf " { \"command\":\"/bin/bash\", \"args\": [\"-c\", \"cd /mnt/ce/data; wc tutorials/wordcount/"$1" > result/wordcount_"$1"\"]}\n" }' > wordcount_commands.jsonl
2323

24-
echo ibmcloud code-engine experimental fleet run
24+
echo ibmcloud code-engine beta fleet run
2525
echo " "--name "fleet-${uuid}-1"
2626
echo " "--image registry.access.redhat.com/ubi9/ubi-minimal:latest
2727
echo " "--registry-secret fleet-registry-secret

0 commit comments

Comments
 (0)