fix(fish): fix improper prompt
This commit is contained in:
parent
ce6920a1d4
commit
0e55a43863
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
echo -n "Primes up to: "
|
||||
read -P "" num
|
||||
read -P "Primes up to: " num
|
||||
echo
|
||||
|
||||
set nums (seq 2 $num)[..-2]
|
||||
|
|
Loading…
Reference in a new issue