sd_ -> _sd_

This commit is contained in:
Artur Kuś 2025-09-04 10:39:15 +02:00
parent eb18885fa1
commit a4f5f585ed
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ pipeline {
steps { steps {
script { script {
disableSafeDirCheck() disableSafeDirCheck()
dir("/sd_/_programs_") { dir("/_sd_/_programs_") {
git_take(projects, git_remote) // Dodano git_remote jako argument git_take(projects, git_remote) // Dodano git_remote jako argument
} }
} }