Skip to content

Commit

Permalink
Merge pull request #197 from epics-containers/fix-apt
Browse files Browse the repository at this point in the history
fix indent in apt-install-runtime
  • Loading branch information
gilesknap authored Mar 26, 2024
2 parents 0f005e0 + 29079f6 commit 928f52e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ibek/support_cmds/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ def apt_install_runtime_packages(

if RUNTIME_DEBS.exists():
debs = RUNTIME_DEBS.read_text().split()

_install_debs(debs)
_install_debs(debs)


@support_cli.command(
Expand Down

0 comments on commit 928f52e

Please sign in to comment.