Skip to content
Commit 71ff6199 authored by Gosuke Miyashita's avatar Gosuke Miyashita
Browse files

Fix hash key settings["gitlab_version"] to settings[:gitlab_version]

In backup_create, backup information hash is using symbol as its key.
But in backup_restore, string key is used and it returns empty value.
parent 9e8aadb0
Loading
Loading
Loading