Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Sep 10, 2021
1 parent b594823 commit bc700cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/picker_android.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

var NoPicker error = fmt.Errorf("No file picker available") // not running on termux
var NoTermuxApi error = fmt.Errorf("Could not launch file picker. Please install termux-api:\npkg install termux-api")
var NoTermuxApi error = fmt.Errorf("Could not launch file picker. Please install termux-api:\npkg install termux-api\n")

func PickFile() (string, error) {
tsdir := "/data/data/com.termux/files/home"
Expand Down

0 comments on commit bc700cd

Please sign in to comment.