Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Sep 24, 2015
1 parent 3c48af0 commit feb4bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ elif [ $OS == 'Linux' ]; then
if [ -n "$BETA_VERSION" ]; then
ATOM_PATH="$USR_DIRECTORY/share/atom-beta/atom"
else
ATOM_PATH="$USR_DIRECTORY/share/atom/atom "
ATOM_PATH="$USR_DIRECTORY/share/atom/atom"
fi

ATOM_HOME="${ATOM_HOME:-$HOME/.atom}"
Expand Down

0 comments on commit feb4bd6

Please sign in to comment.