Skip to content

Commit

Permalink
Add missing bang
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 7, 2023
1 parent b49dae8 commit 38cf8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ node('multiarch-' + env.BASHBREW_ARCH) { ansiColor('xterm') {
dir('meta') {
def shell = ''
stage('Generate') {
shell = sh(returnStdout: true, script: '''#/usr/bin/env bash
shell = sh(returnStdout: true, script: '''#!/usr/bin/env bash
set -Eeuo pipefail -x

jq -L.scripts -r '
Expand Down

0 comments on commit 38cf8e6

Please sign in to comment.