evanlucas / fish-kubectl-completions

kubectl completions for fish shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log file in desktop

jendakol opened this issue · comments

I have different localization on my Ubuntu laptop then english and

echo "kubectl $argv" >> ~/Desktop/kubectl.log
fails for me because Desktop directory is not named Desktop:

An error occurred while redirecting file '/home/jenda/Desktop/kubectl.log'                                                                                           
open: No such file or directory

You should reflect the localization of the OS.
However, is it a good idea to put the log on Desktop anyway? 🤔

Wow, sorry about that. That shouldn't have been in there :[. Should be fixed on the master branch. Thanks for opening the issue!

Oh, debugging output? I see 😄
Thx, nice work