Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Fix missing newline character
Browse files Browse the repository at this point in the history
  • Loading branch information
astratto committed Jan 4, 2012
1 parent 0dc6002 commit 92cc30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rubybuntu-gedit
Expand Up @@ -97,7 +97,7 @@ def mime
" sudo update-mime-database /usr/share/mime"
else
action "mkdir -p ~/.local/share/mime/packages\n" \
" cp #@data/mime/*.xml ~/.local/share/mime/packages" \
" cp #@data/mime/*.xml ~/.local/share/mime/packages\n" \
" update-mime-database ~/.local/share/mime"
end

Expand Down

0 comments on commit 92cc30c

Please sign in to comment.