This commit is contained in:
Mark Lee 2018-01-31 17:37:37 -08:00 коммит произвёл Mark Lee
Родитель fbcc35f598
Коммит 1232c5eae3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ export default async ({ dir, artifacts, forgeConfig }) => {
const snapcraftCfgPath = path.join(dir, '.snapcraft', 'snapcraft.cfg');
if (!await fs.pathExists(snapcraftCfgPath)) {
throw `Snapcraft credentials not found at "${snapcraftCfgPath}". It can be generated with the command "snapcraft export login".`;
throw `Snapcraft credentials not found at "${snapcraftCfgPath}". It can be generated with the command "snapcraft export-login".`;
}
await asyncOra('Pushing snap to the snap store', async () => {