mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
urgent fix
too stressed.. typo
This commit is contained in:
parent
5392c48a57
commit
09c1b769ca
1 changed files with 2 additions and 2 deletions
|
|
@ -157,8 +157,8 @@ if [ -n "$GotUpdates" ] ; then
|
|||
fi
|
||||
if [ "$UpdYes" == "${UpdYes#[Nn]}" ] ; then
|
||||
for i in "${SelectedUpdates[@]}"
|
||||
unset CompleteConfs
|
||||
do
|
||||
do
|
||||
unset CompleteConfs
|
||||
ContPath=$(docker inspect "$i" --format '{{ index .Config.Labels "com.docker.compose.project.working_dir" }}')
|
||||
ContConfigFile=$(docker inspect "$i" --format '{{ index .Config.Labels "com.docker.compose.project.config_files" }}')
|
||||
ContName=$(docker inspect "$i" --format '{{ index .Config.Labels "com.docker.compose.service" }}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue