diff options
| author | Matt Pruitt <[email protected]> | 2021-01-09 21:59:54 +0700 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2021-01-11 04:22:19 -0600 |
| commit | d430e6bd3434b6262169012377d9b5b27f0356ba (patch) | |
| tree | e5d4c82d7e86678a3bbc7f2d58268c0f25b93d4f /dragon | |
| parent | ce4b2aeea3ba79d2f3c2282cdaaed12bfbbf6cc9 (diff) | |
| download | dragonruby-game-toolkit-contrib-d430e6bd3434b6262169012377d9b5b27f0356ba.tar.gz dragonruby-game-toolkit-contrib-d430e6bd3434b6262169012377d9b5b27f0356ba.zip | |
Fix typo
Diffstat (limited to 'dragon')
| -rw-r--r-- | dragon/itch_wizard.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dragon/itch_wizard.rb b/dragon/itch_wizard.rb index f565046..d87d07c 100644 --- a/dragon/itch_wizard.rb +++ b/dragon/itch_wizard.rb @@ -92,7 +92,7 @@ S end if metadata[:icon].start_with?("#") || !@icon - log "* PROPT: Please provide icon path for your game." + log "* PROMPT: Please provide icon path for your game." $console.set_command "$wizards.itch.set_icon \"icon.png\"" return :need_icon end |
