mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
fix: reference to remote branch
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user