diff --git a/app/views/create_git/_form.html.erb b/app/views/create_git/_form.html.erb index c809c5a..7b7b58a 100644 --- a/app/views/create_git/_form.html.erb +++ b/app/views/create_git/_form.html.erb @@ -32,7 +32,7 @@ $('#path_to_repository').val(path); $('#repo_identifier').on('input', function (target) { if ($(this).val().length > 0) { - $('#path_to_repository').val(path + '.' + $(this).val()); + $('#path_to_repository').val(path + '-' + $(this).val()); } else { $('#path_to_repository').val(path); } @@ -51,4 +51,4 @@ } }); - \ No newline at end of file +