Skip to content

Commit

Permalink
Merge pull request #26 from alex529/bugfix/SupportPathsWithSpaces
Browse files Browse the repository at this point in the history
fix: support user path with spaces
  • Loading branch information
mykeels authored May 6, 2019
2 parents 5c8dc28 + e20cb40 commit 8d774a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack-theme
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ then
pull-css # pull all relevant css files
if [ "$(uname)" == "Linux" ]
then
chmod 666 $INTEROP_FILE
chmod 666 "${INTEROP_FILE}"
fi
set-env-vars
echo "installed successfully"
Expand Down

0 comments on commit 8d774a2

Please sign in to comment.