Skip to content

Commit

Permalink
assemble: fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
  • Loading branch information
89luca89 committed Feb 26, 2024
1 parent 30040c9 commit 382f1c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distrobox-assemble
Original file line number Diff line number Diff line change
@@ -370,6 +370,7 @@ run_distrobox() (
# if there are exported bins and apps declared, let's export them
if [ -n "${exported_apps}" ] || [ -n "${exported_bins}" ]; then
# First we start the container
# shellcheck disable=SC2086,2248
"${distrobox_path}"/distrobox enter ${root_flag} "${name}" -- touch /dev/null

IFS="¤"

0 comments on commit 382f1c1

Please sign in to comment.