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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user