apache / openwhisk-vscode

[DEPRECATED] - Visual Studio Code extension (prototype) for authoring OpenWhisk actions inside the editor.
Apache License 2.0
19 stars 4 forks source link

make filenames unique #11

Closed triceam closed 8 years ago

triceam commented 8 years ago

Make sure they're unique on wsk action init and wsk action get - no overwrites.

triceam commented 8 years ago

fixed with e72b5bbcdc74dbce7e531e8c452c87daf609f92d

File names are now unique on wsk action get and wsk action init.