Typo
This commit is contained in:
@@ -48,7 +48,7 @@ post_file_name = %(#{post_type['name']}_#{post_id.chomp})
|
|||||||
post_extension = 'md'
|
post_extension = 'md'
|
||||||
|
|
||||||
write_file post_directory, post_file_name, post_extension, post
|
write_file post_directory, post_file_name, post_extension, post
|
||||||
spawn_toast 'File Created', %(Poaster created #{post_file_name}#{post_extension} at #{post_directory}.), 10
|
spawn_toast 'File Created', %(Poaster created #{post_file_name}.#{post_extension} at #{post_directory}.), 10
|
||||||
|
|
||||||
# Run build and upload commands
|
# Run build and upload commands
|
||||||
`cd #{config_data['siteDirectory']} && #{config_data['buildCommand']} && #{config_data['uploadCommand']}`
|
`cd #{config_data['siteDirectory']} && #{config_data['buildCommand']} && #{config_data['uploadCommand']}`
|
||||||
|
|||||||
Reference in New Issue
Block a user