Browse Source

Fix last warning in linter about sudo ?

pull/348/head
Alexandre Aubin 5 years ago
committed by GitHub
parent
commit
0bd857d762
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/_common.sh

2
scripts/_common.sh

@ -341,7 +341,7 @@ ynh_smart_mktemp () {
ynh_die "Insufficient free space to continue..."
fi
echo "$(sudo mktemp --directory --tmpdir="$tmpdir")"
echo "$(mktemp --directory --tmpdir="$tmpdir")"
}
#=================================================

Loading…
Cancel
Save