Typo
This commit is contained in:
parent
e7c016e21b
commit
ff08115eb4
@ -175,7 +175,7 @@ function rbash_load {
|
|||||||
local f path
|
local f path
|
||||||
echo " $1"
|
echo " $1"
|
||||||
path="sources/$1"
|
path="sources/$1"
|
||||||
f=rbash_cache "https://git.k8s.astropenguin.net/penguin/utils/raw/branch/master/bash/bashrc/$path"
|
f=`rbash_cache "https://git.k8s.astropenguin.net/penguin/utils/raw/branch/master/bash/bashrc/$path"`
|
||||||
source "$f"
|
source "$f"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user