Skip to content

Commit

Permalink
fix: jans-linus-setup typo (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Sep 20, 2022
1 parent 69f040e commit 8b5f287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def check_install_dependencies():
try:
import psycopg2
except ImportError:
missing_packages.append('python3-psycopg2')
package_dependencies.append('python3-psycopg2')

if package_dependencies and not argsp.yes:
install_dist = input('Required package(s): {}. Install now? [Y/n] '.format(', '.join(package_dependencies)))
Expand Down

0 comments on commit 8b5f287

Please sign in to comment.