Skip to content

Commit 23153bc

Browse files
Merge pull request softlayer#644 from sudorandom/issue-625
Changes slcli shell settings directory to softlayer_shell
2 parents 5d5d237 + 70faa66 commit 23153bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/shell/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def cli(ctx, env):
4444
env.vars['last_exit_code'] = 0
4545

4646
# Set up prompt_toolkit settings
47-
app_path = click.get_app_dir('softlayer')
47+
app_path = click.get_app_dir('softlayer_shell')
4848
if not os.path.exists(app_path):
4949
os.makedirs(app_path)
5050
history = p_history.FileHistory(os.path.join(app_path, 'history'))

0 commit comments

Comments
 (0)