Skip to content

Commit

Permalink
Merge pull request #38 from national-data-platform/fix-ckan-210-start…
Browse files Browse the repository at this point in the history
…-ckan-dev-script

Fix start_ckan_development.sh
  • Loading branch information
kowh-ai authored Nov 30, 2023
2 parents 5f2fb7b + 82a7dc8 commit f8d1ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan-2.10/dev/setup/start_ckan_development.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

if [[ $CKAN__PLUGINS == *"datapusher"* ]]; then
# Add ckan.datapusher.api_token to the CKAN config file (updated with corrected value later)
Expand Down

0 comments on commit f8d1ae1

Please sign in to comment.