Skip to content

Commit 0665413

Browse files
committed
chore: remove testdata file reader from run method
1 parent e074eb7 commit 0665413

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

devcon.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ package devcon
1010
import (
1111
"errors"
1212
"fmt"
13-
"io/ioutil"
1413
"os"
1514
"os/exec"
16-
"path/filepath"
1715
"strings"
1816
)
1917

@@ -52,7 +50,7 @@ func New(exeFilePath string) *DevCon {
5250
//
5351
// Add to the DevCon instance before the command.
5452
//
55-
// dc.WithConditionalReboot().Enable()
53+
// dc.WithConditionalReboot().Enable("*")
5654
func (dc *DevCon) WithConditionalReboot() *DevCon {
5755
dc.IsRebooted = true
5856

0 commit comments

Comments
 (0)