Skip to content

Commit

Permalink
removed old TODO notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabnsky committed Jan 16, 2025
1 parent bd54f84 commit 8e2c372
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/service_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ var installCmd = &cobra.Command{
mountExists := common.DirectoryExists(mountPath)
if !mountExists {
return fmt.Errorf("the mount path provided does not exist")
// TODO: add useage output upon failure with input
}
// TODO: consider logging a warning if the mount path is empty

_, err = os.Stat(configPath)
if errors.Is(err, fs.ErrNotExist) {
Expand Down

0 comments on commit 8e2c372

Please sign in to comment.