mirror of
https://github.com/correl/mage.git
synced 2024-11-22 03:00:11 +00:00
Fixed deck file names for windows perl script compatible
This commit is contained in:
parent
14f66029f8
commit
c0ef84b4dc
7 changed files with 197 additions and 197 deletions
|
@ -5,7 +5,7 @@
|
|||
use strict;
|
||||
|
||||
my $addedCards;
|
||||
my $GIT_CMD = "C:\\Program Files (x86)\\Git\\bin\\git.exe";
|
||||
my $GIT_CMD = "git.exe";
|
||||
|
||||
my $text = `\"$GIT_CMD\" tag`;
|
||||
print "Assuming the tag command is on: \"$GIT_CMD\" tag\n";
|
||||
|
|
Loading…
Reference in a new issue