This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
log() { echo "[$(date -Is)] $*"; }
|
||||
log() { echo "[$(date -Is)] $*" >&2; }
|
||||
|
||||
require_env() {
|
||||
local name="$1"
|
||||
|
||||
Reference in New Issue
Block a user