diff --git a/poaster.rb b/poaster.rb index c7adef6..cbad441 100644 --- a/poaster.rb +++ b/poaster.rb @@ -48,7 +48,7 @@ post_file_name = %(#{post_type['name']}_#{post_id.chomp}) post_extension = 'md' 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 `cd #{config_data['siteDirectory']} && #{config_data['buildCommand']} && #{config_data['uploadCommand']}`