Till Wegmüller
2023-10-22 894422d30973bfdef1339b5783b5406a812549f8
Fix: typo

Signed-off-by: Till Wegmüller <toasterson@gmail.com>
1 files modified
2 ■■■ changed files
ci/user-build.groovy 2 ●●● patch | view | raw | blame | history
ci/user-build.groovy
@@ -48,7 +48,7 @@
        stage('update system') {
            steps {
                update()
                sh /opt/local/bin/cleanup_bootenvs.sh'
                sh '/opt/local/bin/cleanup_bootenvs.sh'
            }
        }
    }