Skip to content

Commit 0735cc3

Browse files
committed
Commit to the right subdirectory
1 parent fe822f5 commit 0735cc3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

script/enterprise-backport

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ setup
2323

2424
temp_dir = Dir.mktmpdir
2525
begin
26-
`cp -r v3/enterprise #{temp_dir}`
27-
`git checkout #{BRANCH_NAME}`
28-
`cp -r #{temp_dir}/* enterprise/#{VERSION}`
26+
`cp -r v3/enterprise enterprise/#{VERSION}/v3/enterprise`
2927

3028
rewrite_content("enterprise/#{VERSION}")
3129

0 commit comments

Comments
 (0)