Merge pull request 'fix-infrastructure-objects: Don't assume /bin/bash to be present' (#321) from zhaofengli/registry:fix-bin-bash into master

Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/321
Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
Simon Marsh 2020-11-28 21:41:06 +00:00
commit 6f5607c558

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e