Skip to content

Commit

Permalink
[fix] Bash linter
Browse files Browse the repository at this point in the history
  • Loading branch information
zamentur committed Jan 27, 2025
1 parent 49d5358 commit ef266cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ynh-dev
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ function install_tox()
}
function install_package_linter()
{
if [ ! -f /ynh-dev/package_linter/package_linter.py > /dev/null 2>&1 ] ; then
if [ ! -f /ynh-dev/package_linter/package_linter.py ] > /dev/null 2>&1 ; then
pushd /ynh-dev
git clone https://github.com/YunoHost/package_linter
cd package_linter
Expand Down

0 comments on commit ef266cc

Please sign in to comment.