Skip to content

Commit

Permalink
fix(sobelow): Fix sobelow sonar prefix (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis authored May 27, 2024
1 parent ce1e4a4 commit fd33e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/ca.release.ex
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ defmodule Mix.Tasks.Ca.Release do
]
}

FileGenerator.execute_actions(args, TokenHelper.add("sonar_base_folder", sonar_base_folder))
FileGenerator.execute_actions(args, TokenHelper.add("{sonar_base_folder}", sonar_base_folder))

Mix.shell().info([:green, "* Analysis executed"])
end
Expand Down

0 comments on commit fd33e70

Please sign in to comment.