Skip to content

Commit

Permalink
[syntax-check.sh] Change branch name for ansible-workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Nov 17, 2023
1 parent 7208f8a commit 33a794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/static/syntax-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ do_ansible_syntax() {
if [ ! -d ${ansible_path}/workdir/${env_type} ]; then
set +e

git clone --branch master \
git clone --branch devel \
https://github.com/ansible/workshops.git \
${ansible_path}/workdir/${env_type} &> $output

Expand Down

0 comments on commit 33a794d

Please sign in to comment.