Skip to content

Commit 1f80b53

Browse files
committed
reenable run_patches()
1 parent eee7f13 commit 1f80b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldm/invoke/CLI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def main():
6767

6868
# run any post-install patches needed
6969
# temporarily disabled
70-
# run_patches()
70+
run_patches()
7171

7272
print(f">> Internet connectivity is {Globals.internet_available}")
7373

0 commit comments

Comments
 (0)