Closed selmison closed 3 years ago
When dokku version is greater than 0.22.0 and is executed dokku clone <repository_name> <branch> the following error occur:
dokku clone <repository_name> <branch>
/var/lib/dokku/plugins/available/clone/functions: line 42: ps_rebuild: command not found
Because the funcition ps_build was removed for version 0.22.0
Thanks for letting me know.
I probably need to update this and my dokku installations.
Looks like this plugin is replaced by the git:sync command in v 23
Perhaps just upgrade to that?
When dokku version is greater than 0.22.0 and is executed
dokku clone <repository_name> <branch>
the following error occur:Because the funcition ps_build was removed for version 0.22.0