Skip to content

Commit 5b7c68e

Browse files
author
Matthew Fisher
committed
Merge pull request #2857 from bacongobbler/remove-fetch
fix(client): remove fetch call from apps:create
2 parents 5b68098 + c85b062 commit 5b7c68e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def apps_create(self, args):
490490
else:
491491
try:
492492
subprocess.check_call(
493-
['git', 'remote', 'add', '-f', 'deis', git_remote],
493+
['git', 'remote', 'add', 'deis', git_remote],
494494
stdout=subprocess.PIPE)
495495
self._logger.info('Git remote deis added')
496496
except subprocess.CalledProcessError:

0 commit comments

Comments
 (0)