Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Jun 28, 2024
1 parent 0bb6c1c commit 5d8308d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion distrobox-export
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export_application()
{
canon_dirs=""

# In case we're explictly going for a full desktopfile path
# In case we're explicitly going for a full desktopfile path
if [ -e "${exported_app}" ]; then
desktop_files="${exported_app}"
else
Expand Down
2 changes: 0 additions & 2 deletions docs/usage/distrobox-assemble.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,11 @@ Types legend:
- string_list: multiple strings, for example `additional_packages="htop vim git"`. Note that `string_list` can be
declared multiple times to be compounded:

```ini
[ubuntu]
image=ubuntu:latest
additional_packages="git vim tmux nodejs"
additional_packages="htop iftop iotop"
additional_packages="zsh fish"
```

| Flag Name | Type | |
| - | - | - |
Expand Down

0 comments on commit 5d8308d

Please sign in to comment.