Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Change the condition for nocdn #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Change the condition for nocdn #37

wants to merge 1 commit into from

Conversation

s-kikuchi
Copy link

Summay

I fixed the Issue below. Please refer it if you want to know what the problem is.
Issue29

@@ -166,7 +166,7 @@ function scotty(source, bucket, prefix, region, website, spa, update, destroy, n
logger.log('This link should be copied to your clipboard now.'.magenta)
}

if (cdnUrl) {
if (!nocdn) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be if (!nocdn && cdnUrl)?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants