Skip to content

Commit

Permalink
Fixed generating new directory on linux
Browse files Browse the repository at this point in the history
Fixed the typo which caused on when running the server on a Linux based OS to generate a new directory.
  • Loading branch information
spikehidden committed Oct 17, 2022
1 parent 5647c90 commit 4281b12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SpikeCodeRedeem.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#
# @author Spikehidden
# @date 2022/06/10
# @denizen-build 1.2.4-SNAPSHOT (build 1766-REL)
# @script-version 1.0
# @denizen-build 1.2.5-SNAPSHOT (build 6477-DEV)
# @script-version 1.1.1
#
# + REQUIREMENTS +
# - None
Expand Down Expand Up @@ -180,11 +180,11 @@ SpikeCodeRedeemCreateList:
script:
- choose <[format]>:
- case list:
- ~log <[paste_content]> type:none file:plugins/denizen/spikehidden/code_redeem/codes/<[paste_name]>.txt
- ~log <[paste_content]> type:none file:plugins/Denizen/spikehidden/code_redeem/codes/<[paste_name]>.txt
- case wizebot:
- ~log <[paste_content]> type:none file:plugins/denizen/spikehidden/code_redeem/codes/<[paste_name]>.csv
- ~log <[paste_content]> type:none file:plugins/Denizen/spikehidden/code_redeem/codes/<[paste_name]>.csv
- default:
- ~log <[paste_content]> type:none file:plugins/denizen/spikehidden/code_redeem/codes/<[paste_name]>.txt
- ~log <[paste_content]> type:none file:plugins/Denizen/spikehidden/code_redeem/codes/<[paste_name]>.txt

# ++++++ World ++++++
SpikeCodeRedeemSystem:
Expand Down

0 comments on commit 4281b12

Please sign in to comment.