Skip to content

Commit

Permalink
atomize
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarroll committed May 6, 2016
1 parent a57acbf commit f005b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightningsave.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def on_post_save(self, view):
command = "push -f='" + filename + "'"
view.window().run_command(
'exec',
{'cmd': ["force", "aura", "push", "-f", '"' + filename + '"']})
{'cmd': ["force", "aura", "push", "-f", '\'' + filename + '\'']})
elif Helper.is_metadata(self, os.path.dirname(filename)):
if Helper.is_static_resource(self, filename):
print("is static resource")
Expand Down

0 comments on commit f005b18

Please sign in to comment.