Skip to content

Commit 83e91cc

Browse files
authored
typo (taget -> target) (#174)
1 parent 647c63d commit 83e91cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/integration_simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
# 2.18 supports Python 3.11-3.13
1515
# 2.19 supports Python 3.11-3.13
1616
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
17-
# taret node supported Python 3.8-3.13 as of 2.18 and 2.19
17+
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
1818
# milestone is and devel is switched to 2.20
1919
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
2020
default: >-

.github/workflows/sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
# 2.18 supports Python 3.11-3.13
1515
# 2.19 supports Python 3.11-3.13
1616
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
17-
# taret node supported Python 3.8-3.13 as of 2.18 and 2.19
17+
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
1818
# milestone is and devel is switched to 2.20
1919
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19.html
2020
default: >-

.github/workflows/unit_galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
# 2.18 supports Python 3.11-3.13
1515
# 2.19 supports Python 3.11-3.13
1616
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
17-
# taret node supported Python 3.8-3.13 as of 2.18 and 2.19
17+
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
1818
# milestone is and devel is switched to 2.20
1919
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19.html
2020
default: >-

.github/workflows/unit_source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
# 2.18 supports Python 3.11-3.13
1515
# 2.19 supports Python 3.11-3.13
1616
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
17-
# taret node supported Python 3.8-3.13 as of 2.18 and 2.19
17+
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
1818
# milestone is and devel is switched to 2.29
1919
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
2020
default: >-

0 commit comments

Comments
 (0)