Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
cee2a2dc
Commit
cee2a2dc
authored
Jun 20, 2016
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed a couple of errors spotted in production
parent
98cede7e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/services/projects/import_export/export_service.rb
app/services/projects/import_export/export_service.rb
+1
-1
lib/gitlab/import_export.rb
lib/gitlab/import_export.rb
+1
-1
No files found.
app/services/projects/import_export/export_service.rb
View file @
cee2a2dc
...
...
@@ -50,7 +50,7 @@ module Projects
end
def
notify_error
notification_service
.
project_not_exported
(
@project
,
@current_user
,
@shared
.
errors
.
join
(
', '
)
)
notification_service
.
project_not_exported
(
@project
,
@current_user
,
@shared
.
errors
)
end
end
end
...
...
lib/gitlab/import_export.rb
View file @
cee2a2dc
...
...
@@ -21,7 +21,7 @@ module Gitlab
end
def
config_file
'lib/gitlab/import_export/import_export.yml'
File
.
join
(
Rails
.
root
,
'lib/gitlab/import_export/import_export.yml'
)
end
def
version_filename
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment