1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-09 10:15:44 +02:00

fix updater script

This commit is contained in:
Bernhard Posselt 2014-12-04 12:27:52 +01:00
parent 496007a050
commit d1eda6c200

View File

@ -33,7 +33,7 @@ setup (
keywords = ['owncloud', 'news', 'updater'],
entry_points = {
'console_scripts': [
'owncloud-news-updater = owncloud_news.application:main'
'owncloud-news-updater = owncloud_news_updater.application:main'
]
}
)