fix(scripts/him): use correct himalaya package
This commit is contained in:
parent
81909ccc3a
commit
cd68009272
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
bin=~/repos/himalaya/target/release/himalaya
|
bin="himalaya"
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
"" | "list")
|
"" | "list")
|
||||||
|
|
Loading…
Reference in a new issue