From 81148611ab6c1b41404c4a2c1751c714a94bfbbd Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Wed, 13 Mar 2024 18:30:54 -0700 Subject: [PATCH] syntax fix --- bin/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bootstrap.sh b/bin/bootstrap.sh index 31fca9f..ee90569 100755 --- a/bin/bootstrap.sh +++ b/bin/bootstrap.sh @@ -52,4 +52,4 @@ else fi # signal to `install.sh` that we are done -- so it can `podman commit` our running container now -date | podman secret create BOOTSTRAPPED +date | podman secret create BOOTSTRAPPED -