fix missing function
This commit is contained in:
parent
e5be1df69d
commit
4bb2e55d92
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ README_MD = open(join(dirname(abspath(__file__)), "README.md")).read()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="trueupdate",
|
name="trueupdate",
|
||||||
version="2.1.1",
|
version="2.1.2",
|
||||||
|
|
||||||
# The packages that constitute your project.
|
# The packages that constitute your project.
|
||||||
# For my project, I have only one - "pydash".
|
# For my project, I have only one - "pydash".
|
||||||
|
@ -126,6 +126,7 @@ def run():
|
|||||||
print("Executing Updates...\n")
|
print("Executing Updates...\n")
|
||||||
execute_upgrades()
|
execute_upgrades()
|
||||||
print("Updating Finished\n")
|
print("Updating Finished\n")
|
||||||
|
docker_prune()
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user