File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
99* ` [rc.1] ` — Fixes exception that would occur when trying to delete allocations from a node.
1010* ` [rc.1] ` — Fixes exception thown when attempting to adjust mail settings as well as a validation error thrown afterwards.
1111* ` [rc.1] ` — Fixes bug preventing modification of the default value for an Egg variable.
12+ * ` [rc.1] ` — Fixed a bug that would occur when attempting to reset the daemon secret for a node.
1213
1314## v0.7.0-rc.1 (Derelict Dermodactylus)
1415### Fixed
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function update(array $overrides = []): ResponseInterface
2828 'port ' => $ node ->daemonSFTP ,
2929 ],
3030 'remote ' => [
31- 'base ' => $ this -> config -> get ('app.url ' ),
31+ 'base ' => config ('app.url ' ),
3232 ],
3333 'uploads ' => [
3434 'size_limit ' => $ node ->upload_size ,
You can’t perform that action at this time.
0 commit comments