constants: fix cockpit constant
Since we are building the project under `cockpit-composer` we should change the `BLUEPRINTS_DIR` constant.
This commit is contained in:
parent
52a8b085eb
commit
a1d1c4b72e
1 changed files with 1 additions and 1 deletions
|
|
@ -267,4 +267,4 @@ export const PAGINATION_COUNT = 0;
|
|||
export const SEARCH_INPUT = '';
|
||||
|
||||
export const BLUEPRINTS_DIR =
|
||||
'.local/share/cockpit/image-builder-frontend/blueprints';
|
||||
'.local/share/cockpit/cockpit-image-builder/blueprints';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue