Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mike fulton committed Oct 6, 2023
1 parent e90fe99 commit b6a46bd
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 b6a46bd

Please sign in to comment.