Skip to content

Commit 8489e50

Browse files
committed
chore: move running ckan text to within conditional
1 parent 475bcc4 commit 8489e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ rm -rf README ckan-compose ahoy dpp_default_config.ini get-docker.sh permissions
283283
)?;
284284
}
285285

286-
println!("\n{}", success_text("Running CKAN instance..."));
287286
if !args.skip_run {
287+
println!("\n{}", success_text("Running CKAN instance..."));
288288
cmd!(sh, "ckan -c /etc/ckan/default/ckan.ini run").run()?;
289289
}
290290
} else {

0 commit comments

Comments
 (0)