Skip to content

Commit de828aa

Browse files
authored
typo
1 parent 4bf2846 commit de828aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/kimai.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function update_script() {
3535
msg_ok "Migrated PHP $CURRENT_PHP to 8.4"
3636
fi
3737

38-
if check_for_gh_release "Kimai" "kimai/kimai"; then
38+
if check_for_gh_release "kimai" "kimai/kimai"; then
3939
BACKUP_DIR="/opt/kimai_backup"
4040

4141
msg_info "Stopping Apache2"
@@ -49,7 +49,7 @@ function update_script() {
4949
[ -f /opt/kimai/config/packages/local.yaml ] && cp /opt/kimai/config/packages/local.yaml "$BACKUP_DIR/"
5050
msg_ok "Backup completed"
5151

52-
fetch_and_deploy_gh_release "Kimai" "kimai/kimai"
52+
fetch_and_deploy_gh_release "kimai" "kimai/kimai"
5353

5454
msg_info "Updating Kimai"
5555
[ -d "$BACKUP_DIR/var" ] && cp -r "$BACKUP_DIR/var" /opt/kimai/

0 commit comments

Comments
 (0)