From bc700cd2be0c565c6ca6aa8a07cdb7e3f550e4ea Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Thu, 9 Sep 2021 21:35:42 -0400 Subject: [PATCH] Fix typo --- system/picker_android.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/picker_android.go b/system/picker_android.go index 1ffb4e91..8af0f47d 100644 --- a/system/picker_android.go +++ b/system/picker_android.go @@ -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"