We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34334d commit 5bb0acbCopy full SHA for 5bb0acb
entrypoint.py
@@ -95,7 +95,7 @@
95
apt_dir = os.path.join(github_slug, apt_folder)
96
apt_conf_dir = os.path.join(apt_dir, 'conf')
97
98
- if not os.path.isdir(apt_folder):
+ if not os.path.isdir(apt_dir):
99
logging.info('Existing repo not detected, creating new repo')
100
os.mkdir(apt_dir)
101
os.mkdir(apt_conf_dir)
0 commit comments