Skip to content

Commit

Permalink
Fix the "No DRI" problem that prevents local publish
Browse files Browse the repository at this point in the history
  • Loading branch information
reidspencer committed Aug 15, 2024
1 parent 8b228c1 commit 941403a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ abstract class PassCommand[OPT <: PassCommandOptions: ClassTag](name: String) ex
* @param options
* The command options
* @return
* A [[PassCreator]] function that creates the pass
* A [[com.ossuminc.riddl.passes.PassCreator]] function that creates the pass
*/
def getPasses(
log: Logger,
Expand Down

0 comments on commit 941403a

Please sign in to comment.