Skip to content

Commit 6069fb4

Browse files
committed
quote file name for windows to allow folder names with spaces
1 parent ded935b commit 6069fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/awslocal.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22

3-
python %~dp0\awslocal %*
3+
python "%~dp0\awslocal" %*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='awscli-local',
9-
version='0.13',
9+
version='0.14',
1010
description='Thin wrapper around the "aws" command line interface for use with LocalStack',
1111
author='Waldemar Hummer',
1212
author_email='waldemar.hummer@gmail.com',

0 commit comments

Comments
 (0)