Skip to content

Commit

Permalink
DOC: typo after script name change
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLLentz committed Mar 8, 2024
1 parent 3d9592a commit f71a06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/provision_plc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#
# To run on a single plc, e.g. a bsd test plc:
#
# $ ./provision_plcs.sh plc-tst-bsd1
# $ ./provision_plc.sh plc-tst-bsd1
#
# To run on a group of plcs, e.g. all of the tst plcs:
#
# $ ./provision_plcs.sh tst_all
# $ ./provision_plc.sh tst_all
#
# Groups are defined in the inventory file.
if [ -z "${1}" ]; then
Expand Down

0 comments on commit f71a06a

Please sign in to comment.