mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
typo
This commit is contained in:
parent
c063b09003
commit
8ee1366505
1 changed files with 0 additions and 1 deletions
|
|
@ -307,7 +307,6 @@ if [ -n "$GotUpdates" ] ; then
|
|||
IFS=',' read -r -a Confs <<< "$ComposeFile" ; unset IFS
|
||||
for conf in "${Confs[@]}"; do CompleteConfs+="-f $conf " ; done
|
||||
### Check if the container got an environment file set, use it if so:
|
||||
set -x
|
||||
if [ -n "$ContEnv" ]; then
|
||||
### prepare env-files arguments
|
||||
ContEnvs=$(for env in ${ContEnv//,/ } ; do printf -- "--env-file %s " $env; done)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue