mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
fix: reference to remote branch
This commit is contained in:
parent
7c3d9f960b
commit
c2acbdacc4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ fs_cat() {
|
|||
cat "$FILE_PATH";
|
||||
fi;
|
||||
else if [ "$FS_SOURCE" == "remote" ]; then
|
||||
curl -s "https://raw.githubusercontent.com/tteck/Proxmox/${PHS_REMOTE_BRANCH}/$1";
|
||||
curl -s "https://raw.githubusercontent.com/tteck/Proxmox/${FS_REMOTE_BRANCH}/$1";
|
||||
fi;
|
||||
|
||||
msg_error "Something went wrong while attempting to cat file: $1."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue