Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Partitio
Nextcloud-Partitio
gonextcloud
Commits
86000320
Commit
86000320
authored
Oct 19, 2018
by
Adphi
Browse files
Fix app enable
parent
75e83977
Pipeline
#152
canceled with stage
in 3 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps.go
View file @
86000320
...
...
@@ -58,7 +58,7 @@ func (c *Client) AppInfos(name string) (types.App, error) {
//AppEnable enables an app
func
(
c
*
Client
)
AppEnable
(
name
string
)
error
{
_
,
err
:=
c
.
baseRequest
(
http
.
MethodP
u
t
,
routes
.
apps
,
nil
,
name
)
_
,
err
:=
c
.
baseRequest
(
http
.
MethodP
os
t
,
routes
.
apps
,
nil
,
name
)
return
err
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment