Skip to content

Commit

Permalink
Item14459: Fix build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Aug 20, 2017
1 parent 78fd2a8 commit fe027a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Contrib/SmsTwoStepAuthContrib.pm
Expand Up @@ -2,13 +2,13 @@

=begin TML
---+ package Foswiki::Contrib::SmsTwoStepLoginContrib
---+ package Foswiki::Contrib::SmsTwoStepAuthContrib
This is a stub module for a new contrib . Customise this module as required .
=cut

package Foswiki::Contrib::SmsTwoStepLoginContrib;
package Foswiki::Contrib::SmsTwoStepAuthContrib;

# Always use strict to enforce variable scoping
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Contrib/SmsTwoStepAuthContrib/build.pl
Expand Up @@ -26,7 +26,7 @@
use Foswiki::Contrib::Build;

# Create the build object
my $build = new Foswiki::Contrib::Build('SmsTwoStepLoginContrib');
my $build = new Foswiki::Contrib::Build('SmsTwoStepAuthContrib');

# Build the target on the command line, or the default target
$build->build( $build->{target} );
Expand Down

0 comments on commit fe027a4

Please sign in to comment.