There was an error while loading. Please reload this page.
1 parent ded935b commit 6069fb4Copy full SHA for 6069fb4
bin/awslocal.bat
@@ -1,3 +1,3 @@
1
@echo off
2
3
-python %~dp0\awslocal %*
+python "%~dp0\awslocal" %*
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='awscli-local',
9
- version='0.13',
+ version='0.14',
10
description='Thin wrapper around the "aws" command line interface for use with LocalStack',
11
author='Waldemar Hummer',
12
author_email='waldemar.hummer@gmail.com',
0 commit comments