Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox committed Sep 11, 2024
1 parent d0eba6b commit 41e522f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ private void logRemovingJob(int numProjects) throws Exception {
final Change<JsonNode> change = Change.ofJsonUpsert(REMOVING_HOSTNAME_JOB_LOG,
Jackson.writeValueAsString(data));
executeCommand(Command.push(Author.SYSTEM, InternalProjectInitializer.INTERNAL_PROJECT_DOGMA,
Project.REPO_DOGMA, Revision.HEAD,
"Removing hostnamePatterns from " + numProjects+ " projects has been done.", "",
Markup.PLAINTEXT, change));
Project.REPO_DOGMA, Revision.HEAD,
"Removing hostnamePatterns from " + numProjects +
" projects has been done.", "", Markup.PLAINTEXT, change));
}
}

0 comments on commit 41e522f

Please sign in to comment.