Skip to content

Commit 1afcc58

Browse files
committed
Fix typo in shebang
The typo caused the task to fail.
1 parent fbea5ba commit 1afcc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/operator-pipeline/templates/openshift/tasks/verify-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- name: PROJECT_STATUS
3131
value: $(params.project_status)
3232
script: |
33-
#!/urs/bin/env bash
33+
#! /usr/bin/env bash
3434
set -xe -o pipefail
3535
3636
if [ "${PROJECT_STATUS}" = "archived" ]; then

0 commit comments

Comments
 (0)