Skip to content

Commit

Permalink
Shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Dec 27, 2024
1 parent 2bc405c commit fc2ba40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DebianCLI/debian_specific_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ hx --health
# for ubuntu and debian (don't forget to make writing /etc/wsl.conf idempotent)
# TODO - uncomment broken packages and add specific versions (so that they compile ok)
cargo install du-dust # onefetch procs - temporary broken (won't compile)
popd
popd
2 changes: 1 addition & 1 deletion UbuntuCLI/interactive_part.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ if [ "${NONINTERACTIVE}" == 'true' ]; then
echo 'Skipping interactive commands as --noninteractive parameter was provided'
else
interactive_part
fi
fi

0 comments on commit fc2ba40

Please sign in to comment.