Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jan 1, 2022
1 parent 0575c25 commit cfc8742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_app/installers/config_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ def install_admin_ui_frontend(self):
if not os.path.exists(admin_ui_path):
os.makedirs(admin_ui_path)

self.run(['cp', '-r', '-f', os.path.join(source_dir, 'dist/*'), '/var/www/html/admin'])
self.run(['cp', '-r', '-f', os.path.join(source_dir, 'dist/*'), admin_ui_path])

0 comments on commit cfc8742

Please sign in to comment.