Skip to content
代码片段 群组 项目
未验证 提交 b17822ba 编辑于 作者: Gabriel Mazetto's avatar Gabriel Mazetto 提交者: GitLab
浏览文件

UB: fix use of `warn` method instead of `warning` for outputing messages

上级 9c85a54a
No related branches found
No related tags found
无相关合并请求
......@@ -94,7 +94,7 @@ def restore(destination_dir, _)
raise(::Backup::Error, "Source database file does not exist #{db_file_name}")
end
Gitlab::Backup::Cli::Output.warn(
Gitlab::Backup::Cli::Output.warning(
"Source backup for the database #{database_name} doesn't exist. Skipping the task"
)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册