Browse Source

[photoview] Fix bug in building UI

Colin Powell 4 years ago
parent
commit
208a6bfef6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ansible/roles/photoview/tasks/main.yml

+ 1 - 1
ansible/roles/photoview/tasks/main.yml

@@ -71,7 +71,7 @@
 - name: Photoview UI installed
 - name: Photoview UI installed
   shell:
   shell:
     cmd: npm install
     cmd: npm install
-    chdir: /usr/local/src/photoview/api
+    chdir: /usr/local/src/photoview/ui
 
 
 - name: Photoview API built
 - name: Photoview API built
   shell:
   shell: