#9245 Fixing another typo
Merged 4 years ago by mohanboddu. Opened 4 years ago by mohanboddu.
mohanboddu/releng f32-modules-branching  into  master

@@ -211,7 +211,7 @@ 

                      if process == 'build':

                          commit = ['git', 'commit', '-s', '--allow-empty', '-m', comment]

                      elif process == 'branch':

-                         commit = ['git', 'commit', '-s', '--allow-empty', '-m', 'Branching {} from rawhide, second attempt after platform:f31 enablement'.format(rebuildid)]

+                         commit = ['git', 'commit', '-s', '--allow-empty', '-m', 'Branching {} from rawhide'.format(rebuildid)]

                      else:

                          print("Please select either build or branch for the process type")

                          sys.exit(1)

Pull-Request has been merged by mohanboddu

4 years ago
Metadata