penguin/utils

my env utils

commit ff08115eb4c1109c3b08fbacb7bad1bacb3c0a3b

author斟酌 鵬兄 <tgckpg@gmail.com>
date2022-08-11T12:38:17Z
subjectTypo
commit ff08115eb4c1109c3b08fbacb7bad1bacb3c0a3b
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2022-08-11T12:38:17Z

    Typo
---
 bash/bashrc/rbashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash/bashrc/rbashrc b/bash/bashrc/rbashrc
index 0ec4515..100af2d 100644
--- a/bash/bashrc/rbashrc
+++ b/bash/bashrc/rbashrc
@@ -175,7 +175,7 @@ function rbash_load {
     local f path
     echo "  $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"
 }