Skip to content

Commit

Permalink
Space doesn't need to be escaped here
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed May 13, 2017
1 parent 37f7f66 commit c3f1e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build-app-darwin
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cat > $RES_PATH/launchagent.plist << "EOF"
<array>
<string>@@bin_path@@</string>
<string>--config</string>
<string>/Users/@@user@@/Library/Application\ Support/Beehive/beehive.conf</string>
<string>/Users/@@user@@/Library/Application Support/Beehive/beehive.conf</string>
</array>
<key>KeepAlive</key>
Expand Down

0 comments on commit c3f1e2a

Please sign in to comment.