Create and update command should use make file in photowall repo (#16)

* fixed build

* create and update command uses make file in repo
This commit is contained in:
Arwid Thornström
2022-12-07 14:34:30 +01:00
committed by GitHub
parent c7090fc1f3
commit 780354d8f8
5 changed files with 29 additions and 151 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ module.exports = {
})).run();
config.photowall_repo = await (new Input({
message: `If you want to be able to use current branch in your photowall repository\nwhen creating or updating testservers, please insert\nthe absolute path to the project or leave blank >`,
message: `If you want to be able to use current branch in your photowall repository\nor the create and update commands for testservers, please insert\nthe absolute path to the project or leave blank >`,
initial: config.photowall_repo,
})).run();