Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Little typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ubeda committed Jun 20, 2013
1 parent 20d8469 commit 406096a
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 @@ def initialize( self ):
self.cfgToUpdate = self.am_getOption( 'cfgToUpdate', gConfig.diracConfigFilePath )

self.log.info( 'Stop Agent path: %s' % self.stopAgentPath )
self.log.info( 'Config To Updte: %s' % self.cfgToUpdate )
self.log.info( 'Config To Update: %s' % self.cfgToUpdate )

return S_OK()

Expand Down

0 comments on commit 406096a

Please sign in to comment.