Skip to content

Commit

Permalink
Passed additional args to install command
Browse files Browse the repository at this point in the history
  • Loading branch information
markdicksonjr committed Sep 5, 2019
1 parent e852b7b commit 80adffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (s *ManagedService) Manage() (string, error) {
if len(command) > 0 {
switch command {
case "install":
return s.Install()
return s.Install(os.Args[2:]...)
case "remove":
return s.Remove()
case "start":
Expand Down

0 comments on commit 80adffa

Please sign in to comment.