Grades: fix globing exponentiation
This commit is contained in:
parent
6e70dc24ff
commit
aa3b69f5b3
2 changed files with 2 additions and 4 deletions
|
@ -4,15 +4,13 @@ use v5.10.1;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use lib "../../";
|
||||
|
||||
use ACU::API::Base;
|
||||
use ACU::API::Projects;
|
||||
|
||||
|
||||
if ($#ARGV == 0)
|
||||
{
|
||||
API::Projects::add($ARGV[0]);
|
||||
API::Projects::add($ARGV[0], "");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Reference in a new issue