Skip to content

Commit

Permalink
Merge pull request #36 from ZOSOpenTools/groovytypo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Mike Fulton authored Oct 6, 2023
2 parents e90fe99 + b6a46bd commit 8187ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd-dev.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node('linux')
branches: [[name: '*/branch-1.4']],
doGenerateSubmoduleConfigurations: false,
extensions: [],
userRemoteConfigs: [[url: 'git://git.savannah.gnu.org/${ZOPEN_GIT_DIR}.git']]])
userRemoteConfigs: [[url: 'git://git.savannah.gnu.org/m4.git']]])

// Poll for local changes
checkout([
Expand Down

0 comments on commit 8187ccb

Please sign in to comment.