mirror of
https://github.com/inspec/inspec
synced 2025-02-16 14:08:36 +00:00
Fix main in expeditor script
Signed-off-by: kagarmoe <kgarmoe@chef.io>
This commit is contained in:
parent
f09d49da66
commit
fb2319f499
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ uname -a
|
|||
|
||||
echo "--- Installing Habitat"
|
||||
id -a
|
||||
curl https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh | bash
|
||||
curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | bash
|
||||
|
||||
|
||||
echo "--- Generating fake origin key"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# This file updates the default VERSION build argument in the Dockerfile to the
|
||||
# VERSION passed in to the file via environment variables.
|
||||
#
|
||||
# This ensures the Dockerfile in inspec master will list the version of the latest
|
||||
# This ensures the Dockerfile in inspec main will list the version of the latest
|
||||
# stable release for any community member who wishes to build their own container
|
||||
# from scratch.
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue