fix: reference to remote branch

This commit is contained in:
José Moreira 2024-09-05 21:21:11 +01:00
parent 7c3d9f960b
commit c2acbdacc4

View file

@ -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."