Skip to content

Commit 4281b12

Browse files
committed
Fixed generating new directory on linux
Fixed the typo which caused on when running the server on a Linux based OS to generate a new directory.
1 parent 5647c90 commit 4281b12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SpikeCodeRedeem.dsc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
#
3838
# @author Spikehidden
3939
# @date 2022/06/10
40-
# @denizen-build 1.2.4-SNAPSHOT (build 1766-REL)
41-
# @script-version 1.0
40+
# @denizen-build 1.2.5-SNAPSHOT (build 6477-DEV)
41+
# @script-version 1.1.1
4242
#
4343
# + REQUIREMENTS +
4444
# - None
@@ -180,11 +180,11 @@ SpikeCodeRedeemCreateList:
180180
script:
181181
- choose <[format]>:
182182
- case list:
183-
- ~log <[paste_content]> type:none file:plugins/denizen/spikehidden/code_redeem/codes/<[paste_name]>.txt
183+
- ~log <[paste_content]> type:none file:plugins/Denizen/spikehidden/code_redeem/codes/<[paste_name]>.txt
184184
- case wizebot:
185-
- ~log <[paste_content]> type:none file:plugins/denizen/spikehidden/code_redeem/codes/<[paste_name]>.csv
185+
- ~log <[paste_content]> type:none file:plugins/Denizen/spikehidden/code_redeem/codes/<[paste_name]>.csv
186186
- default:
187-
- ~log <[paste_content]> type:none file:plugins/denizen/spikehidden/code_redeem/codes/<[paste_name]>.txt
187+
- ~log <[paste_content]> type:none file:plugins/Denizen/spikehidden/code_redeem/codes/<[paste_name]>.txt
188188

189189
# ++++++ World ++++++
190190
SpikeCodeRedeemSystem:

0 commit comments

Comments
 (0)