Skip to content

Commit

Permalink
idaholab#310, have install.py offer to pull the docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Dec 7, 2023
1 parent d544339 commit 0bf719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def install_docker_images(self, docker_image_file, malcolm_install_path):
elif (
os.path.isfile(composeFile)
and self.dockerComposeCmd
and InstallerYesOrNo(f'Pull Malcolm Docker images?', default=True, forceInteraction=True)
and InstallerYesOrNo(f'Pull Malcolm Docker images?', default=False, forceInteraction=False)
):
for priv in (False, True):
ecode, out = self.run_process(
Expand Down

0 comments on commit 0bf719d

Please sign in to comment.