ISSUES-353: Show error message when no remote configured.

pull/355/head
Sean Fitzgerald 2024-06-12 20:26:12 -07:00
rodzic 4110c7284b
commit 051ad87bf5
1 zmienionych plików z 1 dodań i 1 usunięć

2
piku
Wyświetl plik

@ -34,7 +34,7 @@ fi
out "Piku remote operator."
if [ "$remote" = "" ]
if [[ "$remote" = "" || "$remote" = ":" ]];
then
out
out "Error: no piku server configured."