File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/spec-node/templatesCLI Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { publishOptions } from '../collectionCommonUtils/publish';
1010import { getCLIHost } from '../../spec-common/cliHost' ;
1111import { loadNativeModule } from '../../spec-common/commonUtils' ;
1212import { PackageCommandInput } from '../collectionCommonUtils/package' ;
13- import { getArchiveName , OCICollectionFileName } from '../collectionCommonUtils/packageCommandImpl' ;
13+ import { getArchiveName } from '../collectionCommonUtils/packageCommandImpl' ;
1414import { packageTemplates } from './packageImpl' ;
1515import { getCollectionRef , getRef , OCICollectionRef } from '../../spec-configuration/containerCollectionsOCI' ;
1616import { doPublishCommand , doPublishMetadata } from '../collectionCommonUtils/publishCommandImpl' ;
@@ -67,7 +67,6 @@ async function templatesPublish({
6767 const metadata = await packageTemplates ( packageArgs ) ;
6868
6969 if ( ! metadata ) {
70- output . write ( `(!) ERR: Failed to fetch ${ OCICollectionFileName } ` , LogLevel . Error ) ;
7170 process . exit ( 1 ) ;
7271 }
7372
You can’t perform that action at this time.
0 commit comments